Move some IPU logging to systrace instead of devcon

My code emits 64 bit reads for some reason, and it's slowing me down.
This commit is contained in:
Ty Lamontagne 2022-10-20 13:20:10 -04:00 committed by refractionpcsx2
parent 4127253650
commit 3289cd1e2b
1 changed files with 2 additions and 2 deletions

View File

@ -257,11 +257,11 @@ __fi u64 ipuRead64(u32 mem)
}
ipucase(IPU_CTRL):
DevCon.Warning("reading 64bit IPU ctrl");
IPU_LOG("reading 64bit IPU ctrl");
break;
ipucase(IPU_BP):
DevCon.Warning("reading 64bit IPU top");
IPU_LOG("reading 64bit IPU top");
break;
ipucase(IPU_TOP): // IPU_TOP