mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 08:25:12 +01:00
This commit is contained in:
parent
ddf1a540d1
commit
38e5f59652
@ -1440,7 +1440,7 @@ static int FindGameSaveNum(char * savefile, int method)
|
||||
}
|
||||
else if(savefile[romlen] == ' ')
|
||||
{
|
||||
if(diff == 5 && strncmp((const char *)savefile[romlen+1], "Auto", 4) == 0)
|
||||
if(diff == 5 && strncmp(&savefile[romlen+1], "Auto", 4) == 0)
|
||||
n = 0; // found Auto save
|
||||
else if(diff == 2 || diff == 3)
|
||||
n = atoi(&savefile[romlen+1]);
|
||||
|
Loading…
Reference in New Issue
Block a user