mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix D first appearing in the filename, when dumping GBA ROM
This commit is contained in:
parent
5f853a9a8e
commit
9c69c5f4ae
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user