mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Wait for a VBlank at the end of each frame
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user