Skip to content

Commit

Permalink
fix flickering on crash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Mar 25, 2024
1 parent cc16c30 commit 6c3e3e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/3ds/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ int main() {
osTickCounterUpdate(&drcTickCounter);
if (err) {
showError(err);
waitForInput();
do {
hidScanInput();
gspWaitForVBlank();
} while (aptMainLoop() && !hidKeysDown());
goto exit;
}

Expand Down

0 comments on commit 6c3e3e0

Please sign in to comment.