diff options
author | wsoltys <wiso@xbmc.org> | 2013-12-30 01:36:41 -0800 |
---|---|---|
committer | wsoltys <wiso@xbmc.org> | 2013-12-30 01:36:41 -0800 |
commit | 596931060c05c357af043052c03e4fa26130c019 (patch) | |
tree | 5f51094197156a394481dd7d54ed70d707a54b42 | |
parent | 7561afb8a5d208947aaa96519ac4223d0d56833b (diff) | |
parent | 46db32efb5664843583728af4ccb705a7aebcc63 (diff) |
Merge pull request #3195 from afedchin/win_vsync_def
[win] Fix default value of vertical sync setting from disable to always.
-rw-r--r-- | system/settings/win32.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/settings/win32.xml b/system/settings/win32.xml index acf63d1164..fce8da1b84 100644 --- a/system/settings/win32.xml +++ b/system/settings/win32.xml @@ -38,6 +38,11 @@ <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"> |