VideoCommon: perf querys by async events

This commit is contained in:
degasus
2015-01-31 13:09:25 +01:00
parent edbd402101
commit b35fa222f5
5 changed files with 17 additions and 42 deletions

View File

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