summaryrefslogtreecommitdiff
path: root/PcsxSrc/PsxInterpreter.c
diff options
context:
space:
mode:
Diffstat (limited to 'PcsxSrc/PsxInterpreter.c')
-rw-r--r--PcsxSrc/PsxInterpreter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PcsxSrc/PsxInterpreter.c b/PcsxSrc/PsxInterpreter.c
index ddf1d84..cfed203 100644
--- a/PcsxSrc/PsxInterpreter.c
+++ b/PcsxSrc/PsxInterpreter.c
@@ -28,8 +28,8 @@ static u32 branchPC;
#ifdef PSXCPU_LOG
#define debugI() \
- if (Log) { \
- PSXCPU_LOG("%s\n", disR3000AF(psxRegs.code, psxRegs.pc)); \
+ if (Config.Log) { \
+ PSXCPU_LOG("CPU: %s\n", disR3000AF(psxRegs.code, psxRegs.pc)); \
}
#else
#define debugI()