1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-21 08:55:21 +01:00

Implement Vsync for SDL device (#16683)

This commit is contained in:
sfan5
2025-11-18 12:00:46 +01:00
committed by GitHub
parent 36c261c1f0
commit 37c3c89b03
3 changed files with 14 additions and 1 deletions

View File

@@ -456,7 +456,9 @@ pause_on_lost_focus (Pause on lost window focus) bool false
# to not waste CPU power for no benefit.
fps_max (Maximum FPS) int 60 1 4294967295
# Vertical screen synchronization. Your system may still force VSync on even if this is disabled.
# Vertical screen synchronization.
# Note: A restart is required after changing this!
# Your system may still force VSync and ignore this setting.
vsync (VSync) bool false
# Maximum FPS when the window is not focused.