mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-24 05:29:17 +01:00
Fix Typo
This commit is contained in:
parent
982945fc25
commit
b51a01f1f5
@ -1066,7 +1066,7 @@ void getCartInfo_GBA() {
|
|||||||
6 = 512K Sram
|
6 = 512K Sram
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (saveTypeStr[0] == '0') {
|
if (saveTypeStr[0] == 'N') {
|
||||||
saveType = 0;
|
saveType = 0;
|
||||||
}
|
}
|
||||||
else if (saveTypeStr[0] == 'E') {
|
else if (saveTypeStr[0] == 'E') {
|
||||||
|
Loading…
Reference in New Issue
Block a user