-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcapabilities.xml
34 lines (29 loc) · 978 Bytes
/
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
<themeCapabilities>
<themeName>Colorful (Revisited)</themeName>
<aspectRatio>16:9</aspectRatio>
<aspectRatio>16:10</aspectRatio>
<transitions name="transitions">
<label>transitions</label>
<selectable>false</selectable>
<systemToSystem>instant</systemToSystem>
<systemToGamelist>slide</systemToGamelist>
<gamelistToGamelist>slide</gamelistToGamelist>
<gamelistToSystem>slide</gamelistToSystem>
<startupToSystem>fade</startupToSystem>
<startupToGamelist>fade</startupToGamelist>
</transitions>
<suppressTransitionProfiles>
<entry>builtin-instant</entry>
<entry>builtin-slide</entry>
<entry>builtin-fade</entry>
</suppressTransitionProfiles>
<colorScheme name="light">
<label>Light</label>
</colorScheme>
<colorScheme name="dark">
<label>Dark</label>
</colorScheme>
<colorScheme name="black">
<label>Black</label>
</colorScheme>
</themeCapabilities>