diff options
Diffstat (limited to 'libpcsxcore/pgxp_debug.h')
| -rw-r--r-- | libpcsxcore/pgxp_debug.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libpcsxcore/pgxp_debug.h b/libpcsxcore/pgxp_debug.h index b19b3560..aaac6333 100644 --- a/libpcsxcore/pgxp_debug.h +++ b/libpcsxcore/pgxp_debug.h @@ -30,7 +30,13 @@ #include "psxcommon.h" -#define PGXP_CPU_DEBUG +//#define PGXP_CPU_DEBUG +//#define PGXP_OUTPUT_ALL +//#define PGXP_FORCE_INPUT_VALUES +//#define PGXP_TEST_OUTPUT_VALUES + +#define PGXP_DEBUG_TOLERANCE 2.f + // Debug wrappers void PGXP_psxTraceOp(u32 eOp, u32 code); |
