1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[d3d9] Don't update present region in Reset

Fixes a regression in A Hat in Time when changing resolutions
This commit is contained in:
Joshua Ashton 2020-03-06 18:23:08 +00:00
parent 245007daba
commit 45c8b09104

View File

@ -503,7 +503,6 @@ namespace dxvk {
if (changeFullscreen)
SetGammaRamp(0, &m_ramp);
UpdatePresentRegion(nullptr, nullptr);
CreateBackBuffers(m_presentParams.BackBufferCount);
}