diff --git a/win32/wsnes9x.cpp b/win32/wsnes9x.cpp index d109e96f..f25d0dc8 100644 --- a/win32/wsnes9x.cpp +++ b/win32/wsnes9x.cpp @@ -1825,14 +1825,11 @@ LRESULT CALLBACK WinProc( RestoreSNESDisplay (); - S9xGraphicsDeinit(); S9xSetWinPixelFormat (); S9xInitUpdate(); - S9xGraphicsInit(); IPPU.RenderThisFrame = false; - RECT rect; GetClientRect (GUI.hWnd, &rect); InvalidateRect (GUI.hWnd, &rect, true);