diff --git a/source/console.c b/source/console.c index 41031d6..ad74114 100644 --- a/source/console.c +++ b/source/console.c @@ -220,6 +220,8 @@ console_render(void) gfxFlushBuffers(); #ifdef _3DS gspWaitForVBlank(); +#else + gfxWaitForVsync(); #endif gfxSwapBuffers(); }