mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
4127253650
commit
3289cd1e2b
|
@ -257,11 +257,11 @@ __fi u64 ipuRead64(u32 mem)
|
||||||
}
|
}
|
||||||
|
|
||||||
ipucase(IPU_CTRL):
|
ipucase(IPU_CTRL):
|
||||||
DevCon.Warning("reading 64bit IPU ctrl");
|
IPU_LOG("reading 64bit IPU ctrl");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
ipucase(IPU_BP):
|
ipucase(IPU_BP):
|
||||||
DevCon.Warning("reading 64bit IPU top");
|
IPU_LOG("reading 64bit IPU top");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
ipucase(IPU_TOP): // IPU_TOP
|
ipucase(IPU_TOP): // IPU_TOP
|
||||||
|
|
Loading…
Reference in New Issue