blob: d8b17c3bb9434b1783ffaca8b09d131fedcd80c4 (
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
|
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<section id="system">
<category id="videoscreen">
<group id="1">
<setting id="videoscreen.fakefullscreen">
<visible>false</visible>
</setting>
</group>
<group id="3">
<setting id="videoscreen.vsync">
<default>3</default> <!-- VSYNC_DRIVER -->
</setting>
</group>
</category>
</section>
<section id="videos">
<category id="videoacceleration">
<group id="3">
<setting id="videoplayer.limitguiupdate" type="integer" label="38013" help="38014">
<level>2</level>
<default>10</default>
<constraints>
<minimum label="38015">0</minimum> <!-- Unlimited -->
<step>5</step>
<maximum>25</maximum>
</constraints>
<control type="spinner" format="string">
<formatlabel>38016</formatlabel>
</control>
<control type="edit" format="integer" />
</setting>
</group>
</category>
</section>
</settings>
|