mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 23:08:47 +00:00
move perfquery enable checks into videocommon (caller side)
This commit is contained in:
parent
5a660c27bc
commit
1f4219b5b4
8 changed files with 9 additions and 52 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PerfQueryBase* g_perf_query = 0;
|
||||
|
||||
bool PerfQueryBase::ShouldEmulate() const
|
||||
bool PerfQueryBase::ShouldEmulate()
|
||||
{
|
||||
return g_ActiveConfig.bPerfQueriesEnable;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue