Switch has to wait for VSync too. (#2)

This commit is contained in:
thedax 2018-07-25 08:00:04 -04:00 committed by mtheall
parent 1f78277254
commit 9adbed9d81

View File

@ -220,6 +220,8 @@ console_render(void)
gfxFlushBuffers();
#ifdef _3DS
gspWaitForVBlank();
#else
gfxWaitForVsync();
#endif
gfxSwapBuffers();
}