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