diff options
Diffstat (limited to 'libpcsxcore/debug.h')
| -rwxr-xr-x | libpcsxcore/debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h index 2c0045c2..ba89e3d5 100755 --- a/libpcsxcore/debug.h +++ b/libpcsxcore/debug.h @@ -63,8 +63,8 @@ char* disR3000AF(u32 code, u32 pc); //#define PSXMEM_LOG __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log //#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) +#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) #define EMU_LOG __Log #endif |
