Fixed: NTSC video mode vars not setup after loading save-state

This commit is contained in:
tomcw
2016-04-04 21:32:40 +01:00
parent d23ae15774
commit 346f45b3e9
2 changed files with 8 additions and 1 deletions
-1
View File
@@ -1719,7 +1719,6 @@ static void ScreenWindowResize(const bool bCtrlKey)
nOldViewportScale = g_nViewportScale;
FrameResizeWindow(1); // reset to 1x
SetFullScreenMode();
//VideoRedrawScreen(1); // [TC-10/06/2014] Remove this once checked it's not needed by Win8
}
}