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

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