aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorda-anda <da-anda@xbmc.org>2014-08-15 15:40:40 +0200
committerda-anda <da-anda@xbmc.org>2014-09-19 15:36:19 +0200
commitc77bc8aca2768646ad99da44740c9fca7b915cb2 (patch)
tree20f798c252ace6cd643a48361a95570dd5ec621b /system
parent947f36d56e57eb86111d28a2e5a07dcb8fa4498b (diff)
[3D] make "mono/2D" a default playback mode instead of a preferred stereo mode (it's no real stereomode)
Also removes the mode "none" from the list of preferred modes, and moves it to the playback modes.
Diffstat (limited to 'system')
-rw-r--r--system/settings/settings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index 144682a8ca..d73abc22f7 100644
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -510,6 +510,8 @@
<options>
<option label="36521">0</option> <!-- ASK -->
<option label="36522">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"/>
@@ -2294,6 +2296,9 @@
<constraints>
<options>preferedstereoscopicviewmodes</options>
</constraints>
+ <updates>
+ <update type="change" />
+ </updates>
<control type="list" format="integer"/>
</setting>
</group>