mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Oops, downgrade from ERROR to DEBUG, and -report.
This commit is contained in:
parent
26933384a7
commit
e93407f33e
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ void GPUCommon::ExecuteOp(u32 op, u32 diff) {
|
||||||
// But right now, signal is always reset by interrupts, so that causes pause to not work.
|
// But right now, signal is always reset by interrupts, so that causes pause to not work.
|
||||||
trigger = false;
|
trigger = false;
|
||||||
currentList->signal = behaviour;
|
currentList->signal = behaviour;
|
||||||
ERROR_LOG_REPORT(G3D, "Signal with Pause. signal/end: %04x %04x", signal, enddata);
|
DEBUG_LOG(G3D, "Signal with Pause. signal/end: %04x %04x", signal, enddata);
|
||||||
break;
|
break;
|
||||||
case PSP_GE_SIGNAL_SYNC:
|
case PSP_GE_SIGNAL_SYNC:
|
||||||
// Acts as a memory barrier, never calls any user code.
|
// Acts as a memory barrier, never calls any user code.
|
||||||
|
|
Loading…
Add table
Reference in a new issue