mirror of
https://github.com/encounter/dolphin.git
synced 2026-03-30 11:08:26 -07:00
10 lines
176 B
C++
10 lines
176 B
C++
#include "PerfQueryBase.h"
|
|
#include "VideoConfig.h"
|
|
|
|
PerfQueryBase* g_perf_query = 0;
|
|
|
|
bool PerfQueryBase::ShouldEmulate() const
|
|
{
|
|
return g_ActiveConfig.bPerfQueriesEnable;
|
|
}
|