From 33724a57ec63d2d2d3e0aa8b22ce8f939eb3e29e Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Wed, 27 Jan 2021 18:37:53 -0700 Subject: [PATCH] Minor fix --- arm9/source/dumpOperations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm9/source/dumpOperations.cpp b/arm9/source/dumpOperations.cpp index 64dbae7..e6c1e05 100644 --- a/arm9/source/dumpOperations.cpp +++ b/arm9/source/dumpOperations.cpp @@ -390,7 +390,7 @@ void ndsCardDump(void) { sprintf(destSavPath, "%s:/gm9i/out/%s.sav", (sdMounted ? "sd" : "fat"), fileName); if (cardInited == 0) { - iprintf("Dumping %s.nds...\n", fileName); + iprintf("%s.nds...\nis dumping...\n", fileName); iprintf("Do not remove the NDS card.\n"); } else { iprintf("Unable to dump the ROM.\n"); @@ -681,7 +681,7 @@ void gbaCartDump(void) { sprintf(destPath, "fat:/gm9i/out/%s.gba", fileName); sprintf(destSavPath, "fat:/gm9i/out/%s.sav", fileName); consoleClear(); - iprintf("Dumping %s.gba...\n", fileName); + iprintf("D%s.gba\nis dumping...\n", fileName); iprintf("Do not remove the GBA cart.\n"); // Determine ROM size u32 romSize = 0x02000000;