Files
dolphin/Source/Core/VideoCommon/PerfQueryBase.cpp
T

10 lines
176 B
C++
Raw Normal View History

2012-06-17 13:58:29 +02:00
#include "PerfQueryBase.h"
#include "VideoConfig.h"
2012-06-17 13:58:29 +02:00
PerfQueryBase* g_perf_query = 0;
bool PerfQueryBase::ShouldEmulate() const
{
return g_ActiveConfig.bPerfQueriesEnable;
}