mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
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