mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: perf querys by async events
This commit is contained in:
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user