Disable RDR1 hack to fix hangs when exiting games

This commit is contained in:
cdozdil
2025-07-11 22:59:50 +03:00
parent 67fb08d6fd
commit e8192fbfc8
+1 -1
View File
@@ -688,7 +688,7 @@ bool FSRFG_Dx12::CreateSwapchain1(IDXGIFactory* factory, ID3D12CommandQueue* cmd
_hwnd = hwnd;
// hack for RDR1
_swapChain->Release();
//_swapChain->Release();
return true;
}