Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2021-06-01 00:35:36 +0300
committerJoshua Ashton <joshua@froggi.es>2021-06-01 19:09:31 +0300
commitbbbce967bc1e178e89471fd25151f13604961b50 (patch)
tree1fd8abaa6c81cecbcbfe3cad5baffdc2cae32eb3
parent4888a72fcb3182565933f55bb06e6af28e3316c5 (diff)
[d3d9] Synchronize frame latency on latency changelow-latency-mode
-rw-r--r--src/d3d9/d3d9_device.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d3d9/d3d9_device.cpp b/src/d3d9/d3d9_device.cpp
index 9bda0f25..cdf6b485 100644
--- a/src/d3d9/d3d9_device.cpp
+++ b/src/d3d9/d3d9_device.cpp
@@ -3343,6 +3343,8 @@ namespace dxvk {
m_frameLatency = MaxLatency;
+ m_implicitSwapchain->SyncFrameLatency();
+
return D3D_OK;
}