Add vsync toggle & honor fullscreen setting

This commit is contained in:
Luke Street
2026-04-06 23:07:48 -06:00
parent f489cc2786
commit 12af5b212f
5 changed files with 15 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ struct UserSettings {
struct {
// Video
ConfigVar<bool> enableFullscreen;
ConfigVar<bool> enableVsync;
} video;
struct {