mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Minor fix
This commit is contained in:
parent
33724a57ec
commit
bf39bda222
@ -390,7 +390,7 @@ void ndsCardDump(void) {
|
||||
sprintf(destSavPath, "%s:/gm9i/out/%s.sav", (sdMounted ? "sd" : "fat"), fileName);
|
||||
|
||||
if (cardInited == 0) {
|
||||
iprintf("%s.nds...\nis dumping...\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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user