X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=libpcsxcore%2Fpsxinterpreter.c;h=e904cee6fefce269abbe9dac3304ec7557f1fd21;hb=9abd586c96e8a2e37e92b620c70668a57d6f89f7;hp=db8e73b04bbc36f66b9bc6a65aa0557c63cf7fa4;hpb=f533290e855dcdb9d266f147716b10e9a6268058;p=pcsx_rearmed.git diff --git a/libpcsxcore/psxinterpreter.c b/libpcsxcore/psxinterpreter.c index db8e73b0..e904cee6 100644 --- a/libpcsxcore/psxinterpreter.c +++ b/libpcsxcore/psxinterpreter.c @@ -39,7 +39,9 @@ static u32 branchPC; #define debugI() #endif -#ifdef NDEBUG +#ifndef NDEBUG +#include "debug.h" +#else void StartDebugger() {} void ProcessDebug() {} void StopDebugger() {}