From 9d722bfb878fc3ab4b675dd8e0c2486f6d8f0f14 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Sun, 31 Dec 2017 12:41:55 +0300 Subject: [PATCH] removed VSYNC using, games get desynced when using it with timer --- src/studio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/studio.c b/src/studio.c index 9b6e540..4659a9b 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_PRESENTVSYNC + SDL_RENDERER_ACCELERATED #endif );