mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
This commit is contained in:
parent
489463324d
commit
c3a00a0c4c
@ -234,7 +234,7 @@ bool MakeFilePath(char filepath[], int type, int method, char * filename, int fi
|
||||
}
|
||||
else
|
||||
{
|
||||
sprintf(file, "%s.srm", filename);
|
||||
sprintf(file, "%s", filename);
|
||||
}
|
||||
break;
|
||||
case FILE_SNAPSHOT:
|
||||
@ -257,7 +257,7 @@ bool MakeFilePath(char filepath[], int type, int method, char * filename, int fi
|
||||
}
|
||||
else
|
||||
{
|
||||
sprintf(file, "%s.frz", filename);
|
||||
sprintf(file, "%s", filename);
|
||||
}
|
||||
break;
|
||||
case FILE_CHEAT:
|
||||
|
Loading…
Reference in New Issue
Block a user