-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapabilities.xml
123 lines (98 loc) · 3.12 KB
/
capabilities.xml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!--
Theme capabilities for modern-DE
-->
<themeCapabilities>
<fontSize>medium</fontSize>
<fontSize>large</fontSize>
<fontSize>x-large</fontSize>
<aspectRatio>16:9</aspectRatio>
<aspectRatio>16:10</aspectRatio>
<aspectRatio>4:3</aspectRatio>
<aspectRatio>21:9</aspectRatio>
<suppressTransitionProfiles>
<entry>builtin-instant</entry>
<entry>builtin-slide</entry>
<entry>builtin-fade</entry>
</suppressTransitionProfiles>
<language>en_US</language>
<language>en_GB</language>
<language>ca_ES</language>
<language>de_DE</language>
<language>es_ES</language>
<language>fr_FR</language>
<language>it_IT</language>
<language>nl_NL</language>
<language>pl_PL</language>
<language>pt_BR</language>
<language>ro_RO</language>
<language>ru_RU</language>
<language>sv_SE</language>
<language>ja_JP</language>
<language>ko_KR</language>
<language>zh_CN</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>CarAlt</themeName>
<colorScheme name="gold">
<label>Gold</label>
</colorScheme>
<colorScheme name="mono">
<label>BlacknWhite</label>
</colorScheme>
<colorScheme name="blue">
<label>Blue</label>
</colorScheme>
<colorScheme name="gameboy">
<label>Gameboy</label>
</colorScheme>
<colorScheme name="gameboycase">
<label>Gameboy Shell</label>
</colorScheme>
<colorScheme name="retro">
<label>Retro</label>
</colorScheme>
<colorScheme name="classy">
<label>Stay Classy</label>
</colorScheme>
<colorScheme name="comm">
<label>Commodore 64</label>
</colorScheme>
<colorScheme name="chill">
<label>Chilled</label>
</colorScheme>
<colorScheme name="purplerain">
<label>Purple Rain</label>
</colorScheme>
<colorScheme name="orange">
<label>Rusty</label>
</colorScheme>
<colorScheme name="sega">
<label>Sega</label>
</colorScheme>
<variant name="withVideo">
<label>With videos</label>
<selectable>true</selectable>
</variant>
<variant name="withoutVideo">
<label>Without videos</label>
<selectable>true</selectable>
</variant>
</themeCapabilities>