Add vsync toggle & honor fullscreen setting

This commit is contained in:
Luke Street
2026-04-06 23:07:48 -06:00
parent 1a0f490dfd
commit 462001d398
5 changed files with 15 additions and 1 deletions
+2
View File
@@ -319,6 +319,8 @@ int game_main(int argc, char* argv[]) {
AuroraConfig config{};
config.appName = dusk::AppName;
config.configPath = configPath;
config.vsync = dusk::getSettings().video.enableVsync;
config.startFullscreen = dusk::getSettings().video.enableFullscreen;
config.windowPosX = -1;
config.windowPosY = -1;
config.windowWidth = FB_WIDTH * 2;