Fix Save State (F7)
This commit is contained in:
parent
8139985ba2
commit
26f9576eea
|
@ -1408,7 +1408,7 @@ bool CN64System::LoadState()
|
||||||
}
|
}
|
||||||
|
|
||||||
CPath ZipFileName;
|
CPath ZipFileName;
|
||||||
ZipFileName = (stdstr&)FileName + ".zip";
|
ZipFileName = (std::string)FileName + ".zip";
|
||||||
|
|
||||||
if ((g_Settings->LoadDword(Setting_AutoZipInstantSave) && ZipFileName.Exists()) || FileName.Exists())
|
if ((g_Settings->LoadDword(Setting_AutoZipInstantSave) && ZipFileName.Exists()) || FileName.Exists())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue