forked from dolphin-emu/dolphin
Fix OGL perf queries and make them not slow!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user