summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/PerfQueryBase.cpp
blob: af8bfa72e5f53712b728d9694e8c81ff33107ccd (plain)
1
2
3
4
5
6
7
8
9
#include "PerfQueryBase.h"
#include "VideoConfig.h"

PerfQueryBase* g_perf_query = 0;

bool PerfQueryBase::ShouldEmulate() const
{
	return g_ActiveConfig.bPerfQueriesEnable;
}