From eaa518877690a607de8566fffe84f76b474480fe Mon Sep 17 00:00:00 2001 From: staphen Date: Thu, 6 May 2021 21:25:20 -0400 Subject: [PATCH] Remove call to gspWaitForVBlank(). --- Source/dx.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/dx.cpp b/Source/dx.cpp index 195f0b96f..e49dcf8e9 100644 --- a/Source/dx.cpp +++ b/Source/dx.cpp @@ -312,9 +312,6 @@ void RenderPresent() LimitFrameRate(); } #else -#ifdef __3DS__ - gspWaitForVBlank(); -#endif if (SDL_Flip(surface) <= -1) { ErrSdl(); }