blob: f572eedbfae2380acb1abc2b67dcd9128519a31b (
plain)
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
|
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<section id="videos">
<category id="videoacceleration">
<group id="1">
<visible>false</visible>
</group>
<group id="3">
<setting id="videoplayer.usemmal" type="boolean" label="36434" help="36435">
<dependencies>
<dependency type="enable" setting="videoplayer.decodingmethod" operator="is">1</dependency>
</dependencies>
<level>2</level>
<default>true</default>
<control type="toggle" />
</setting>
</group>
</category>
</section>
<section id="system">
<category id="videoscreen">
<group id="1">
<setting id="videoscreen.screen">
<visible>false</visible>
</setting>
<setting id="videoscreen.blankdisplays">
<visible>false</visible>
</setting>
<setting id="videoscreen.fakefullscreen">
<visible>false</visible>
</setting>
<setting id="videoscreen.textures32" type="boolean" label="37020" help="36547">
<level>2</level>
<default>false</default>
<control type="toggle" />
</setting>
<setting id="videoscreen.limitgui" type="integer" label="37021" help="36548">
<level>2</level>
<default>0</default>
<constraints>
<options>
<option label="37026">0</option> <!-- auto -->
<option label="37027">540</option> <!-- 540 -->
<option label="37028">720</option> <!-- 720 -->
<option label="37029">900</option> <!-- 900 -->
<option label="37030">1080</option> <!-- unlimited -->
</options>
</constraints>
<control type="spinner" format="string" />
<control type="edit" format="integer" />
</setting>
</group>
</category>
<category id="audiooutput">
<group id="1">
<setting id="audiooutput.processquality">
<default>101</default> <!-- AE_QUALITY_GPU -->
</setting>
</group>
<group id="3">
<setting id="audiooutput.ac3transcode" help="37024">
</setting>
</group>
</category>
</section>
</settings>
|