mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
Fix Typo
This commit is contained in:
parent
982945fc25
commit
b51a01f1f5
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user