Merge pull request #13387 from jordan-woyak/frame-pacing

CoreTiming: Improve frame pacing
This commit is contained in:
JMC47 2025-03-13 14:23:18 -04:00 committed by GitHub
commit 0e2785a562
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 67 additions and 24 deletions

View file

@ -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: