mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 18:30:32 +00:00
Merge pull request #13387 from jordan-woyak/frame-pacing
CoreTiming: Improve frame pacing
This commit is contained in:
commit
0e2785a562
10 changed files with 67 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue