2012-06-17 05:58:29 -06:00
|
|
|
#include "PerfQueryBase.h"
|
2013-08-11 09:08:12 -06:00
|
|
|
#include "VideoConfig.h"
|
2012-06-17 05:58:29 -06:00
|
|
|
|
|
|
|
PerfQueryBase* g_perf_query = 0;
|
2013-08-11 09:08:12 -06:00
|
|
|
|
|
|
|
bool PerfQueryBase::ShouldEmulate() const
|
|
|
|
{
|
|
|
|
return g_ActiveConfig.bPerfQueriesEnable;
|
|
|
|
}
|