diff options
author | Jonathan Marshall <jmarshall@xbmc.org> | 2014-03-29 22:12:34 +1300 |
---|---|---|
committer | Jonathan Marshall <jmarshall@xbmc.org> | 2014-03-30 12:43:50 +1300 |
commit | 38cea70a25864c7a53259431dcb6db4e3f69bd63 (patch) | |
tree | 7bf341432ed9f6d3b8c69a7cdce03e8c353750fe /system/settings/linux.xml | |
parent | 99e5c52e6087304bb93a47d12d8972ea569bb152 (diff) |
[vsync] switch default in settings.xml to something supported on all systems (ALWAYS) and quirk it on Linux and FreeBSD
Diffstat (limited to 'system/settings/linux.xml')
-rw-r--r-- | system/settings/linux.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/settings/linux.xml b/system/settings/linux.xml index a6b8d44378..14104a0f5b 100644 --- a/system/settings/linux.xml +++ b/system/settings/linux.xml @@ -7,6 +7,11 @@ <visible>false</visible> </setting> </group> + <group id="3"> + <setting id="videoscreen.vsync"> + <default>3</default> <!-- VSYNC_DRIVER --> + </setting> + </group> </category> <category id="input"> <group id="2"> |