summaryrefslogtreecommitdiff
path: root/PcsxSrc/Debug.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-09-29 17:57:04 +0000
committerPixel <Pixel>2002-09-29 17:57:04 +0000
commit0e191c285677600f9852bff10e2bede5799883fa (patch)
treeede64e524aa4ea1d9a8b6f3111ce0f8968b8c88e /PcsxSrc/Debug.h
parent75d6916ec69878af6649dd41ccdc41b5df807230 (diff)
Petits changements ;-)
Diffstat (limited to 'PcsxSrc/Debug.h')
-rw-r--r--PcsxSrc/Debug.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/PcsxSrc/Debug.h b/PcsxSrc/Debug.h
index efb426e..4012c0b 100644
--- a/PcsxSrc/Debug.h
+++ b/PcsxSrc/Debug.h
@@ -33,17 +33,17 @@ FILE *gteLog;
//#define LOG_STDOUT
-#define PAD_LOG __Log
-#define GTE_LOG __Log
-#define CDR_LOG __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
-#define PSXDMA_LOG __Log
-#define PSXMEM_LOG __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log
+//#define PAD_LOG __Log
+//#define GTE_LOG __Log
+//#define CDR_LOG __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
+//#define PSXDMA_LOG __Log
+//#define PSXMEM_LOG __Log("%8.8lx %8.8lx: ", psxRegs.pc, psxRegs.cycle); __Log
#define PSXCPU_LOG __Log
-#define CDRCMD_DEBUG
+//#define CDRCMD_DEBUG
#if defined (PSXCPU_LOG) || defined(PSXDMA_LOG) || defined(CDR_LOG) || defined(PSXHW_LOG) || \
defined(PSXBIOS_LOG) || defined(GTE_LOG) || defined(PAD_LOG)