mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Core/VideoCommon: Push presentation time calculated from CPU thread to GPU thread.
This commit is contained in:
parent
c4bd98c626
commit
7222188cde
7 changed files with 52 additions and 11 deletions
|
@ -157,7 +157,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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue