From 78efa7ecf3dfe35653e59471590772b9e4bca290 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Wed, 27 Jan 2021 17:24:37 -0700 Subject: [PATCH] Derp fix --- arm9/source/dumpOperations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/dumpOperations.cpp b/arm9/source/dumpOperations.cpp index 61d7055..a5f9a66 100644 --- a/arm9/source/dumpOperations.cpp +++ b/arm9/source/dumpOperations.cpp @@ -675,7 +675,7 @@ void gbaCartDump(void) { sprintf(destPath, "fat:/gm9i/out/%s.gba", fileName); sprintf(destSavPath, "fat:/gm9i/out/%s.sav", fileName); consoleClear(); - iprintf("Dumping %s.nds...\n", fileName); + iprintf("Dumping %s.gba...\n", fileName); iprintf("Do not remove the GBA cart.\n"); // Determine ROM size u32 romSize = 0x02000000;