summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.h
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-12 22:21:19 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-02-12 22:21:19 +0000
commitde0b6f626f0fac7f4c35d92736b176f04300b933 (patch)
treedcfdc4eb1dc6db4c9c48f9017e2336ba1cdaf435 /libpcsxcore/debug.h
parent92337c525e17a76dc896a11c4ddd0f7595bd7bd0 (diff)
downloadpcsxr-de0b6f626f0fac7f4c35d92736b176f04300b933.tar.gz
Fixed MKT music resume issue #9524 by checking if CDDA mode is enabled when 0x1b command is issued. Refaktored CDROM debug logs.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82833 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/debug.h')
-rwxr-xr-xlibpcsxcore/debug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h
index 47c9cd7a..2c0045c2 100755
--- a/libpcsxcore/debug.h
+++ b/libpcsxcore/debug.h
@@ -55,6 +55,7 @@ char* disR3000AF(u32 code, u32 pc);
//#define PAD_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
//#define PSXHW_LOG __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log
//#define PSXBIOS_LOG __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log
@@ -62,8 +63,6 @@ char* disR3000AF(u32 code, u32 pc);
//#define PSXMEM_LOG __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log
//#define PSXCPU_LOG __Log
-//#define CDRCMD_DEBUG
-
#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