Browse Source

Remove call to gspWaitForVBlank().

pull/1888/head
staphen 5 years ago committed by Anders Jenbo
parent
commit
eaa5188776
  1. 3
      Source/dx.cpp

3
Source/dx.cpp

@ -312,9 +312,6 @@ void RenderPresent()
LimitFrameRate();
}
#else
#ifdef __3DS__
gspWaitForVBlank();
#endif
if (SDL_Flip(surface) <= -1) {
ErrSdl();
}

Loading…
Cancel
Save