Merge pull request #771 from Frank-74/patch-2

Fix Save State (F7)
This commit is contained in:
zilmar 2015-11-21 15:03:28 +11:00
commit f994f38e75
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())
{