aboutsummaryrefslogtreecommitdiff
path: root/system/settings/win32.xml
blob: 1e0a97bc80598f585316484c358d295ff15f1031 (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
68
69
70
71
<?xml version="1.0" encoding="utf-8" ?>
<settings>
  <section id="appearance">
    <category id="locale">
      <group id="2">
        <visible>false</visible>
      </group>
    </category>
  </section>
  <section id="videos">
    <category id="videoplayer">
      <group id="2">
        <setting id="videoplayer.usedisplayasclock">
          <visible negated="true">HAS_GL</visible>
        </setting>
        <setting id="videoplayer.synctype">
          <visible negated="true">HAS_GL</visible>
        </setting>
      </group>
    </category>
  </section>
  <section id="services">
    <category id="zeroconf">
      <group id="1">
        <setting id="services.zeroconf">
          <default>false</default>
        </setting>
      </group>
    </category>
    <category id="smb">
      <visible>false</visible>
    </category>
  </section>
  <section id="system">
    <category id="videoscreen">
      <group id="1">
        <setting id="videoscreen.fakefullscreen">
          <visible negated="true">HAS_GL</visible>
        </setting>
      </group>
    </category>
    <category id="audiooutput" label="772" help="36360">
      <group id="2">
        <setting id="audiooutput.audiodevice" type="string" label="545" help="36371">
          <level>2</level>
          <default>WASAPI:default</default> <!-- will be properly set on startup -->
          <constraints>
            <options>audiodevices</options>
          </constraints>
          <control type="spinner" format="string" />
        </setting>
        <setting id="audiooutput.passthroughdevice" type="string" label="546" help="36372">
          <level>2</level>
          <default>WASAPI:default</default> <!-- will be properly set on startup -->
          <constraints>
            <options>audiodevicespassthrough</options>
          </constraints>
          <dependencies>
            <dependency type="enable">
              <or>
                <condition setting="audiooutput.mode">1</condition> <!-- AUDIO_IEC958 -->
                <condition setting="audiooutput.mode">2</condition> <!-- AUDIO_HDMI -->
              </or>
            </dependency>
          </dependencies>
          <control type="spinner" format="string" />
        </setting>
      </group>
    </category>
  </section>
</settings>