Core/VideoCommon: Push presentation time calculated from CPU thread to GPU thread.

This commit is contained in:
Jordan Woyak
2025-03-06 03:01:53 -06:00
parent c4bd98c626
commit 7222188cde
7 changed files with 52 additions and 11 deletions

View File

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