diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-22 07:14:27 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-22 07:14:27 +0000 |
| commit | cd8a6db7e6736696f77c7935dffb883aa5c2996a (patch) | |
| tree | c1f0298f2d0881575963b68db589e24820c03cc5 /libpcsxcore/debug.h | |
| parent | e75205e3a33be2e5ff59508c77c91313d80717ea (diff) | |
| download | pcsxr-cd8a6db7e6736696f77c7935dffb883aa5c2996a.tar.gz | |
.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83090 e17a0e51-4ae3-4d35-97c3-1a29b211df97
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 |
