From 330d3e43c57c0cfc823da3d364c32fb449526a01 Mon Sep 17 00:00:00 2001 From: Epicpkmn11 Date: Wed, 6 Nov 2019 14:28:28 -0600 Subject: [PATCH] Wait for a VBlank at the end of each frame --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.cpp b/source/main.cpp index 1b6a09d..8887792 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -84,6 +84,7 @@ int main() Gui::clearTextBufs(); Gui::mainLoop(hDown, hHeld, touch); C3D_FrameEnd(0); + gspWaitForVBlank(); } Gui::exit();