Compare commits

...

1 Commits

Author SHA1 Message Date
TheLastRar
bc8151d2a4 GS/DX12: Fix recreating swapchain failing on vsync mode changes 2026-01-28 16:36:27 +00:00

View File

@@ -788,6 +788,7 @@ void GSDevice12::SetVSyncMode(GSVSyncMode mode, bool allow_present_throttle)
if (GetSwapChainBufferCount() != old_buffer_count)
{
ExecuteCommandList(true);
DestroySwapChain();
if (!CreateSwapChain())
pxFailRel("Failed to recreate swap chain after vsync change.");