mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoCommon: perf querys by async events
This commit is contained in:
parent
edbd402101
commit
b35fa222f5
5 changed files with 17 additions and 42 deletions
|
@ -24,6 +24,7 @@ public:
|
|||
EFB_PEEK_Z,
|
||||
SWAP_EVENT,
|
||||
BBOX_READ,
|
||||
PERF_QUERY,
|
||||
} type;
|
||||
u64 time;
|
||||
|
||||
|
@ -56,6 +57,10 @@ public:
|
|||
int index;
|
||||
u16* data;
|
||||
} bbox;
|
||||
|
||||
struct
|
||||
{
|
||||
} perf_query;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue