mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28: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
|
@ -19,6 +19,8 @@ class AsyncRequests
|
|||
public:
|
||||
struct Event
|
||||
{
|
||||
Event() {}
|
||||
|
||||
enum Type
|
||||
{
|
||||
EFB_POKE_COLOR,
|
||||
|
@ -55,6 +57,7 @@ public:
|
|||
u32 fbWidth;
|
||||
u32 fbStride;
|
||||
u32 fbHeight;
|
||||
TimePoint presentation_time;
|
||||
} swap_event;
|
||||
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue