mirror of https://github.com/PCSX2/pcsx2.git
Wx: Reset/restore API state after window resize
This commit is contained in:
parent
800b458d3d
commit
f7ee35e578
|
@ -207,7 +207,9 @@ void Host::CheckForGSWindowResize()
|
|||
if (!s_host_display)
|
||||
return;
|
||||
|
||||
GSResetAPIState();
|
||||
s_host_display->ResizeRenderWindow(width, height, scale);
|
||||
GSRestoreAPIState();
|
||||
ImGuiManager::WindowResized();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue