mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Fix OGL perf queries and make them not slow!
This commit is contained in:
parent
54947b1e22
commit
53aec6c476
9 changed files with 178 additions and 43 deletions
|
@ -32,6 +32,8 @@ public:
|
|||
virtual void DisableQuery(PerfQueryGroup type) {}
|
||||
virtual void ResetQuery() {}
|
||||
virtual u32 GetQueryResult(PerfQueryType type) { return 0; }
|
||||
virtual void FlushResults() {}
|
||||
virtual bool IsFlushed() const { return true; }
|
||||
};
|
||||
|
||||
extern PerfQueryBase* g_perf_query;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue