Fix D first appearing in the filename, when dumping GBA ROM

This commit is contained in:
RocketRobz 2021-01-28 16:23:19 -07:00
parent 5f853a9a8e
commit 9c69c5f4ae

View File

@ -682,7 +682,7 @@ void gbaCartDump(void) {
sprintf(destPath, "fat:/gm9i/out/%s.gba", fileName);
sprintf(destSavPath, "fat:/gm9i/out/%s.sav", fileName);
consoleClear();
iprintf("D%s.gba\nis dumping...\n", fileName);
iprintf("%s.gba\nis dumping...\n", fileName);
iprintf("Do not remove the GBA cart.\n");
// Determine ROM size
u32 romSize = 0x02000000;