Skip to content

Commit

Permalink
Bleach Soul Carnival 1 and 2 hack
Browse files Browse the repository at this point in the history
  • Loading branch information
sum2012 committed Jan 26, 2015
1 parent f26ead9 commit 212230e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GPU/GPUCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -818,9 +818,9 @@ void GPUCommon::ExecuteOp(u32 op, u32 diff) {
DEBUG_LOG(G3D, "Signal without wait. signal/end: %04x %04x", signal, enddata);
break;
case PSP_GE_SIGNAL_HANDLER_PAUSE:
currentList->state = PSP_GE_DL_STATE_PAUSED;
trigger = false;
currentList->signal = behaviour;
ERROR_LOG_REPORT(G3D, "Signal with Pause UNIMPLEMENTED! signal/end: %04x %04x", signal, enddata);
ERROR_LOG(G3D, "Hack:Signal with Pause UNIMPLEMENTED! signal/end: %04x %04x", signal, enddata);
break;
case PSP_GE_SIGNAL_SYNC:
currentList->signal = behaviour;
Expand Down

0 comments on commit 212230e

Please sign in to comment.