diff --git a/source/3ds/main.c b/source/3ds/main.c index 7e7e5e8..ce30880 100644 --- a/source/3ds/main.c +++ b/source/3ds/main.c @@ -133,7 +133,10 @@ int main() { osTickCounterUpdate(&drcTickCounter); if (err) { showError(err); - waitForInput(); + do { + hidScanInput(); + gspWaitForVBlank(); + } while (aptMainLoop() && !hidKeysDown()); goto exit; }