oops too much copypasta :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3946 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e941dd79cd
commit
270825cf71
|
@ -83,7 +83,7 @@ GCMemcard::GCMemcard(const char *filename)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mcdFile = mcd;
|
mcdFile = mcd;
|
||||||
Format(!AskYesNo("Format as ascii (NTSC\\PAL)?\nChoose no for sjis (NTSC-J)", filename));
|
Format(!AskYesNo("Format as ascii (NTSC\\PAL)?\nChoose no for sjis (NTSC-J)"));
|
||||||
fclose(mcd);
|
fclose(mcd);
|
||||||
mcd = fopen(filename, "r+b");
|
mcd = fopen(filename, "r+b");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue