need to restore deferred configs on load

changed default vsync to strict (primarily for menus)
This commit is contained in:
Shaun Inman 2023-02-06 09:03:03 -05:00
parent b33ab7f434
commit 8aca402163
2 changed files with 6 additions and 3 deletions

View file

@ -159,7 +159,7 @@ SDL_Surface* GFX_init(int mode) {
SDL_ShowCursor(0);
TTF_Init();
gfx.vsync = VSYNC_LENIENT;
gfx.vsync = VSYNC_STRICT;
gfx.mode = mode;
// we're drawing to the (triple-buffered) framebuffer directly