This commit is contained in:
sanni 2022-09-27 19:24:21 +02:00
parent 982945fc25
commit b51a01f1f5

View File

@ -1066,7 +1066,7 @@ void getCartInfo_GBA() {
6 = 512K Sram
*/
if (saveTypeStr[0] == '0') {
if (saveTypeStr[0] == 'N') {
saveType = 0;
}
else if (saveTypeStr[0] == 'E') {