Added NTSC_Reinitialize() to re-init NTSC state after loading a save-state file

This commit is contained in:
tomcw
2016-04-05 22:17:29 +01:00
parent 7ccf722200
commit 9adbb1e8e6
4 changed files with 20 additions and 18 deletions

View File

@@ -208,6 +208,8 @@ static void Snapshot_LoadState_v1() // .aws v1.0.0.1, up to (and including) Appl
SetLoadedSaveStateFlag(true);
MemUpdatePaging(TRUE);
VideoReinitialize(); // g_CharsetType changed
}
catch(std::string szMessage)
{