Disable VSync by default as it is more trouble than it is worth

master
Beq 2022-09-16 01:09:59 +01:00
parent d446318087
commit 720e8f410f
3 changed files with 5 additions and 6 deletions

View File

@ -5481,7 +5481,7 @@
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
<integer>0</integer>
<key>Backup</key>
<integer>0</integer>
</map>

View File

@ -105,13 +105,13 @@
<check_box
control_name="RenderVSyncEnable"
height="16"
initial_value="true"
initial_value="false"
label="Enable VSync"
layout="topleft"
left="30"
top_delta="16"
name="vsync"
tool_tip="Synchronizes the frame rate to the refresh rate of the monitor, which results in smooth performance."
tool_tip="Synchronizes the frame rate to the refresh rate of the monitor, can result in increased stutter and input lag."
width="315" />
<text

View File

@ -876,14 +876,13 @@
<check_box
control_name="RenderVSyncEnable"
height="16"
initial_value="true"
initial_value="false"
label="Enable VSync"
layout="topleft"
left="10"
top_pad="5"
name="vsync"
tool_tip="Synchronizes the frame rate to the refresh rate of the monitor, which results in smooth performance."
width="315" />
tool_tip="Synchronizes the frame rate to the refresh rate of the monitor, can result in increased stutter and input lag." width="315" />
<check_box
control_name="RenderUseStreamVBO"
height="16"