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
10 changed files with 67 additions and 24 deletions

View File

@ -18,6 +18,8 @@ class AsyncRequests
public:
struct Event
{
Event() {}
enum Type
{
EFB_POKE_COLOR,
@ -54,6 +56,7 @@ public:
u32 fbWidth;
u32 fbStride;
u32 fbHeight;
TimePoint presentation_time;
} swap_event;
struct