-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcapabilities.xml
More file actions
92 lines (76 loc) · 2.52 KB
/
capabilities.xml
File metadata and controls
92 lines (76 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!--
Theme capabilities for ESDE-Mini
-->
<themeCapabilities>
<fontSize>medium</fontSize>
<fontSize>large</fontSize>
<suppressTransitionProfiles>
<entry>builtin-instant</entry>
<entry>builtin-slide</entry>
<entry>builtin-fade</entry>
</suppressTransitionProfiles>
<language>en_US</language>
<language>en_GB</language>
<language>ar_SA</language>
<language>bs_BA</language>
<language>ca_ES</language>
<language>de_DE</language>
<language>es_ES</language>
<language>fr_FR</language>
<language>hr_HR</language>
<language>it_IT</language>
<language>nl_NL</language>
<language>pl_PL</language>
<language>pt_BR</language>
<language>pt_PT</language>
<language>ro_RO</language>
<language>ru_RU</language>
<language>sr_RS</language>
<language>sv_SE</language>
<language>ja_JP</language>
<language>ko_KR</language>
<language>zh_CN</language>
<language>zh_TW</language>
<transitions name="instantfade">
<label>Instant w/Fade</label>
<selectable>true</selectable>
<systemToSystem>instant</systemToSystem>
<systemToGamelist>fade</systemToGamelist>
<gamelistToGamelist>instant</gamelistToGamelist>
<gamelistToSystem>fade</gamelistToSystem>
<startupToSystem>slide</startupToSystem>
<startupToGamelist>slide</startupToGamelist>
</transitions>
<transitions name="instant">
<label>Instant</label>
<selectable>true</selectable>
<systemToSystem>instant</systemToSystem>
<systemToGamelist>instant</systemToGamelist>
<gamelistToGamelist>instant</gamelistToGamelist>
<gamelistToSystem>instant</gamelistToSystem>
<startupToSystem>instant</startupToSystem>
<startupToGamelist>instant</startupToGamelist>
</transitions>
<themeName>RetroDeck</themeName>
<aspectRatio>16:9</aspectRatio>
<aspectRatio>4:3</aspectRatio>
<aspectRatio>16:10</aspectRatio>
<colorScheme name="dark">
<label>Dark</label>
</colorScheme>
<colorScheme name="light">
<label>Light</label>
</colorScheme>
<variant name="carousel">
<label>Cover Carousel</label>
<selectable>true</selectable>
</variant>
<variant name="textlist">
<label>Textlist</label>
<selectable>true</selectable>
</variant>
<variant name="grid">
<label>Marquee Grid</label>
<selectable>true</selectable>
</variant>
</themeCapabilities>