diff options
Diffstat (limited to 'libpcsxcore/pgxp_debug.h')
| -rw-r--r-- | libpcsxcore/pgxp_debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libpcsxcore/pgxp_debug.h b/libpcsxcore/pgxp_debug.h index caea2b67..1c9cb79e 100644 --- a/libpcsxcore/pgxp_debug.h +++ b/libpcsxcore/pgxp_debug.h @@ -30,8 +30,10 @@ #include "psxcommon.h" +#define PGXP_CPU_DEBUG + // Debug wrappers -void PGXP_psxTrace(u32 code); +void PGXP_psxTraceOp(u32 code); void PGXP_psxTraceOp1(u32 code, u32 op1); void PGXP_psxTraceOp2(u32 code, u32 op1, u32 op2); void PGXP_psxTraceOp3(u32 code, u32 op1, u32 op2, u32 op3); |
