win32: Don't realloc graphics buffers when dialog shown.

This commit is contained in:
BearOso 2023-11-30 16:57:47 -06:00
parent ca158abcb6
commit 6e738950c6
1 changed files with 0 additions and 3 deletions

View File

@ -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);