This commit is contained in:
RocketRobz 2021-01-28 09:39:30 -07:00
parent 59f9ce9ad4
commit 5f853a9a8e

View File

@ -252,6 +252,7 @@ void ndsCardSaveRestore(const char *filename) {
}
void dumpFailMsg(void) {
consoleClear();
iprintf("Failed to dump the ROM.\n");
for (int i = 0; i < 60*2; i++) {
swiWaitForVBlank();