mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +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
|
@ -423,7 +423,8 @@ void BPWritten(const BPCmd& bp)
|
|||
|
||||
case BPMEM_CLEAR_PIXEL_PERF:
|
||||
// GXClearPixMetric writes 0xAAA here, Sunshine alternates this register between values 0x000 and 0xAAA
|
||||
g_perf_query->ResetQuery();
|
||||
if(PerfQueryBase::ShouldEmulate())
|
||||
g_perf_query->ResetQuery();
|
||||
break;
|
||||
|
||||
case BPMEM_PRELOAD_ADDR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue