Disable VSync by default as it is more trouble than it is worth
parent
d446318087
commit
720e8f410f
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue