summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AsyncRequests.cpp
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-03-13 14:23:18 -0400
committerGitHub <noreply@github.com>2025-03-13 14:23:18 -0400
commit0e2785a5627872a8ae8c46180cdef8b7f0fde4de (patch)
treebc086371342195a595a0afd2ef8884d7394aa0b1 /Source/Core/VideoCommon/AsyncRequests.cpp
parenta421d6859f00d0912be1066f424b9d5f118f2208 (diff)
parent7222188cde8f1699e1384d3ec773928f7fb415e2 (diff)
Merge pull request #13387 from jordan-woyak/frame-pacing
CoreTiming: Improve frame pacing
Diffstat (limited to 'Source/Core/VideoCommon/AsyncRequests.cpp')
-rw-r--r--Source/Core/VideoCommon/AsyncRequests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/AsyncRequests.cpp b/Source/Core/VideoCommon/AsyncRequests.cpp
index e79ba51482..81b44ca042 100644
--- a/Source/Core/VideoCommon/AsyncRequests.cpp
+++ b/Source/Core/VideoCommon/AsyncRequests.cpp
@@ -125,7 +125,7 @@ void AsyncRequests::HandleEvent(const AsyncRequests::Event& e)
case Event::SWAP_EVENT:
g_presenter->ViSwap(e.swap_event.xfbAddr, e.swap_event.fbWidth, e.swap_event.fbStride,
- e.swap_event.fbHeight, e.time);
+ e.swap_event.fbHeight, e.time, e.swap_event.presentation_time);
break;
case Event::BBOX_READ: