mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-25 12:06:53 +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] == ' ')
|
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
|
n = 0; // found Auto save
|
||||||
else if(diff == 2 || diff == 3)
|
else if(diff == 2 || diff == 3)
|
||||||
n = atoi(&savefile[romlen+1]);
|
n = atoi(&savefile[romlen+1]);
|
||||||
|
Loading…
Reference in New Issue
Block a user