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

PerfQueryBase* g_perf_query = 0;

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