-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcapabilities.xml
56 lines (49 loc) · 1.7 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
<themeCapabilities>
<themeName>NSO Menu (Interpreted)</themeName>
<aspectRatio>16:9</aspectRatio>
<aspectRatio>16:10</aspectRatio>
<aspectRatio>4:3</aspectRatio>
<fontSize>medium</fontSize>
<fontSize>large</fontSize>
<colorScheme name="avatar-es-de">
<label>ES-DE Avatar</label>
</colorScheme>
<colorScheme name="avatar-custom">
<label>Custom Avatar</label>
</colorScheme>
<transitions name="transitions">
<label>transitions</label>
<selectable>false</selectable>
<systemToSystem>slide</systemToSystem>
<systemToGamelist>slide</systemToGamelist>
<gamelistToGamelist>slide</gamelistToGamelist>
<gamelistToSystem>slide</gamelistToSystem>
<startupToSystem>slide</startupToSystem>
<startupToGamelist>slide</startupToGamelist>
</transitions>
<suppressTransitionProfiles>
<entry>builtin-instant</entry>
<entry>builtin-slide</entry>
<entry>builtin-fade</entry>
</suppressTransitionProfiles>
<variant name="system-view-controllers-flat-background">
<label>Controller Images</label>
<selectable>true</selectable>
</variant>
<variant name="system-view-colorful-flat-background">
<label>Colorful Images</label>
<selectable>true</selectable>
</variant>
<variant name="system-view-controllers">
<label>Controller Images + Screenshot</label>
<selectable>true</selectable>
</variant>
<variant name="system-view-colorful">
<label>Colorful Images + Screenshot</label>
<selectable>true</selectable>
</variant>
<variant name="system-view-custom">
<label>Custom Images</label>
<selectable>true</selectable>
</variant>
</themeCapabilities>