diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 20:53:40 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 20:53:40 +0000 |
| commit | ba0c9b98bf69b8e54e7117b21f2282d3b79c2988 (patch) | |
| tree | 69deb0c8279dcfec0e37e327faf36d530a6d8eaa /libpcsxcore/debug.h | |
| parent | d1ba7d9232b2d81e69631de3a126ff52eefbc764 (diff) | |
| download | pcsxr-ba0c9b98bf69b8e54e7117b21f2282d3b79c2988.tar.gz | |
sio1;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82900 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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 |
