mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Derp fix
This commit is contained in:
parent
7eef467119
commit
78efa7ecf3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user