mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-04 20:15:09 +01:00
Switch has to wait for VSync too. (#2)
This commit is contained in:
parent
1f78277254
commit
9adbed9d81
@ -220,6 +220,8 @@ console_render(void)
|
||||
gfxFlushBuffers();
|
||||
#ifdef _3DS
|
||||
gspWaitForVBlank();
|
||||
#else
|
||||
gfxWaitForVsync();
|
||||
#endif
|
||||
gfxSwapBuffers();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user