mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #13387 from jordan-woyak/frame-pacing
CoreTiming: Improve frame pacing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user