diff options
Diffstat (limited to 'libpcsxcore/debug.h')
| -rwxr-xr-x | libpcsxcore/debug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h index ba89e3d5..f54c4883 100755 --- a/libpcsxcore/debug.h +++ b/libpcsxcore/debug.h @@ -53,6 +53,7 @@ char* disR3000AF(u32 code, u32 pc); //#define LOG_STDOUT //#define PAD_LOG __Log +//#define SIO1_LOG __Log //#define GTE_LOG __Log //#define CDR_LOG __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log //#define CDR_LOG_IO __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log @@ -64,7 +65,7 @@ char* disR3000AF(u32 code, u32 pc); //#define PSXCPU_LOG __Log #if defined(PSXCPU_LOG) || defined(PSXDMA_LOG) || defined(CDR_LOG) || defined(PSXHW_LOG) || \ - defined(PSXBIOS_LOG) || defined(PSXMEM_LOG) || defined(GTE_LOG) || defined(PAD_LOG) + defined(PSXBIOS_LOG) || defined(PSXMEM_LOG) || defined(GTE_LOG) || defined(PAD_LOG) || defined(SIO1_LOG) #define EMU_LOG __Log #endif |
