From ba0c9b98bf69b8e54e7117b21f2282d3b79c2988 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Thu, 14 Feb 2013 20:53:40 +0000 Subject: sio1; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82900 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpcsxcore/debug.h') 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 -- cgit v1.2.3