dolphin/Source/Core/VideoCommon/PerfQueryBase.cpp

10 lines
194 B
C++
Raw Normal View History

#include "VideoCommon/PerfQueryBase.h"
#include "VideoCommon/VideoConfig.h"
PerfQueryBase* g_perf_query = 0;
bool PerfQueryBase::ShouldEmulate()
{
return g_ActiveConfig.bPerfQueriesEnable;
}