Wait for a VBlank at the end of each frame

This commit is contained in:
Epicpkmn11
2019-11-06 14:28:28 -06:00
parent ea40de7130
commit 330d3e43c5
+1
View File
@@ -84,6 +84,7 @@ int main()
Gui::clearTextBufs(); Gui::clearTextBufs();
Gui::mainLoop(hDown, hHeld, touch); Gui::mainLoop(hDown, hHeld, touch);
C3D_FrameEnd(0); C3D_FrameEnd(0);
gspWaitForVBlank();
} }
Gui::exit(); Gui::exit();