2012-06-17 11:58:29 +00:00
|
|
|
#include "PerfQueryBase.h"
|
2013-08-11 15:08:12 +00:00
|
|
|
#include "VideoConfig.h"
|
2012-06-17 11:58:29 +00:00
|
|
|
|
|
|
|
PerfQueryBase* g_perf_query = 0;
|
2013-08-11 15:08:12 +00:00
|
|
|
|
2014-02-04 19:16:03 +00:00
|
|
|
bool PerfQueryBase::ShouldEmulate()
|
2013-08-11 15:08:12 +00:00
|
|
|
{
|
|
|
|
return g_ActiveConfig.bPerfQueriesEnable;
|
|
|
|
}
|