forked from dolphin-emu/dolphin
move perfquery enable checks into videocommon (caller side)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
PerfQueryBase* g_perf_query = 0;
|
||||
|
||||
bool PerfQueryBase::ShouldEmulate() const
|
||||
bool PerfQueryBase::ShouldEmulate()
|
||||
{
|
||||
return g_ActiveConfig.bPerfQueriesEnable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user