mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-24 11:16:58 +00:00
Synchronize Linux build. (PR #1037)
. remove OutputDebugStringA() . push changes to StdAfx.h . mention g_strSaveStatePathname in the error message for loading save-state
This commit is contained in:
@@ -376,7 +376,7 @@ static void Snapshot_LoadState_v2(void)
|
||||
try
|
||||
{
|
||||
if (!yamlHelper.InitParser( g_strSaveStatePathname.c_str() ))
|
||||
throw std::runtime_error("Failed to initialize parser or open file");
|
||||
throw std::runtime_error("Failed to initialize parser or open file: " + g_strSaveStatePathname);
|
||||
|
||||
if (ParseFileHdr() != SS_FILE_VER)
|
||||
throw std::runtime_error("Version mismatch");
|
||||
|
||||
Reference in New Issue
Block a user