diff options
author | Anton Fedchin <afedchin@ruswizards.com> | 2013-09-04 15:53:45 +0400 |
---|---|---|
committer | Anton Fedchin <afedchin@ruswizards.com> | 2013-09-04 17:15:53 +0400 |
commit | 46db32efb5664843583728af4ccb705a7aebcc63 (patch) | |
tree | 935d5fe7cd565adca1f2b83e1f14380b88a71a0f | |
parent | 439b50dfb4fc693cfdc9910f9e64e81fbf1a9a38 (diff) |
[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 bb716a2edd..9fd7ca1827 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="2"> |