Fix Save State (F7)

This commit is contained in:
Frank-74 2015-11-21 03:37:56 +00:00
parent 8139985ba2
commit 26f9576eea
1 changed files with 1 additions and 1 deletions

View File

@ -1408,7 +1408,7 @@ bool CN64System::LoadState()
}
CPath ZipFileName;
ZipFileName = (stdstr&)FileName + ".zip";
ZipFileName = (std::string)FileName + ".zip";
if ((g_Settings->LoadDword(Setting_AutoZipInstantSave) && ZipFileName.Exists()) || FileName.Exists())
{