-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcapabilities.xml
87 lines (81 loc) · 2.07 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
<themeCapabilities>
<themeName>P-10 Menu</themeName>
<!--
///
Aspect Ratios
///
-->
<aspectRatio>16:9</aspectRatio>
<aspectRatio>16:10</aspectRatio>
<aspectRatio>4:3</aspectRatio>
<aspectRatio>1:1</aspectRatio>
<aspectRatio>3:2</aspectRatio>
<aspectRatio>19.5:9</aspectRatio>
<!--
///
Color Schemes
///
-->
<colorScheme name="playchoice">
<label>Playchoice</label>
</colorScheme>
<colorScheme name="light-blue">
<label>Light Blue</label>
</colorScheme>
<colorScheme name="capcom-purple">
<label>Capcom Purple</label>
</colorScheme>
<colorScheme name="retro-gray">
<label>Retro Gray</label>
</colorScheme>
<colorScheme name="dark-tan">
<label>Dark Tan</label>
</colorScheme>
<colorScheme name="oled">
<label>OLED</label>
</colorScheme>
<colorScheme name="light">
<label>Light</label>
</colorScheme>
<colorScheme name="custom">
<label>Custom</label>
</colorScheme>
<!--
///
Transitions
///
-->
<transitions name="transitions">
<label>transitions</label>
<selectable>false</selectable>
<systemToSystem>instant</systemToSystem>
<systemToGamelist>instant</systemToGamelist>
<gamelistToGamelist>instant</gamelistToGamelist>
<gamelistToSystem>instant</gamelistToSystem>
<startupToSystem>instant</startupToSystem>
<startupToGamelist>instant</startupToGamelist>
</transitions>
<suppressTransitionProfiles>
<entry>builtin-fade</entry>
<entry>builtin-slide</entry>
<entry>builtin-instant</entry>
</suppressTransitionProfiles>
<!--
///
Variants
///
-->
<variant name="gamelist-list">
<label>List</label>
<selectable>true</selectable>
</variant>
<variant name="gamelist-list-cover">
<label>List + Boxart</label>
<selectable>true</selectable>
<override>
<trigger>noMedia</trigger>
<mediaType>cover</mediaType>
<useVariant>gamelist-list</useVariant>
</override>
</variant>
</themeCapabilities>