aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorda-anda <da-anda@xbmc.org>2014-09-23 10:28:24 +0200
committerda-anda <da-anda@xbmc.org>2014-09-23 10:28:24 +0200
commit4503ad5a89f17ebc39765bd920433eb54bdc621d (patch)
tree8b2ea8bc84f2b3c77035c92df7df8bb34e340052 /system
parent3a5ff32a539cb7a1f54acb693df3cea85c29b111 (diff)
parent7002fb7a0e9f55e73e8088749d64286e2828bfc6 (diff)
Merge pull request #5236 from da-anda/3D-ux-fixes
[3D] usability fixes and cleanup
Diffstat (limited to 'system')
-rw-r--r--system/settings/settings.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index 547d214fff..b855fc6ae7 100644
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -509,7 +509,9 @@
<constraints>
<options>
<option label="36521">0</option> <!-- ASK -->
- <option label="36522">1</option> <!-- Preferred mode -->
+ <option label="36524">1</option> <!-- Preferred mode -->
+ <option label="36509">2</option> <!-- Monoscopic / 2D -->
+ <option label="36028">100</option> <!-- Ignore -->
</options>
</constraints>
<control type="spinner" format="integer" delayed="true"/>
@@ -2290,10 +2292,13 @@
</setting>
<setting id="videoscreen.preferedstereoscopicmode" parent="videoscreen.stereoscopicmode" type="integer" label="36524" help="36540">
<level>2</level>
- <default>0</default>
+ <default>100</default> <!-- ENUM RENDER_STEREO_MODE_AUTO -->
<constraints>
<options>preferedstereoscopicviewmodes</options>
</constraints>
+ <updates>
+ <update type="change" />
+ </updates>
<control type="list" format="integer"/>
</setting>
</group>