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/win32.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/win32.xml')
-rw-r--r-- | system/settings/win32.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/settings/win32.xml b/system/settings/win32.xml index 987f974ec6..5895062f26 100644 --- a/system/settings/win32.xml +++ b/system/settings/win32.xml @@ -38,11 +38,6 @@ <requirement negated="true">HAS_GL</requirement> </setting> </group> - <group id="3"> - <setting id="videoscreen.vsync"> - <default>2</default> <!-- VSYNC_ALWAYS --> - </setting> - </group> </category> <category id="audiooutput" label="772" help="36360"> <group id="1"> |