From d4948ebb46a68f7605b17db7530584788555c470 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Sun, 31 Dec 2017 12:43:00 +0300 Subject: [PATCH] Revert "removed VSYNC using, games get desynced when using it with timer" This reverts commit 9d722bfb878fc3ab4b675dd8e0c2486f6d8f0f14. --- src/studio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/studio.c b/src/studio.c index 4659a9b..9b6e540 100644 --- a/src/studio.c +++ b/src/studio.c @@ -2709,7 +2709,7 @@ static void onFSInitialized(FileSystem* fs) #if defined(__CHIP__) SDL_RENDERER_SOFTWARE #else - SDL_RENDERER_ACCELERATED + SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC #endif );