Wait for a VBlank at the end of each frame

This commit is contained in:
Epicpkmn11 2019-11-06 14:28:28 -06:00
commit 330d3e43c5

View file

@ -84,6 +84,7 @@ int main()
Gui::clearTextBufs();
Gui::mainLoop(hDown, hHeld, touch);
C3D_FrameEnd(0);
gspWaitForVBlank();
}
Gui::exit();