diff options
author | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-09-29 17:57:04 +0000 |
commit | 0e191c285677600f9852bff10e2bede5799883fa (patch) | |
tree | ede64e524aa4ea1d9a8b6f3111ce0f8968b8c88e /PcsxSrc/PsxInterpreter.c | |
parent | 75d6916ec69878af6649dd41ccdc41b5df807230 (diff) |
Petits changements ;-)
Diffstat (limited to 'PcsxSrc/PsxInterpreter.c')
-rw-r--r-- | PcsxSrc/PsxInterpreter.c | 4 |
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()
|