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(); }