Sort out compiler warnings, all of them
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.c
index db8e73b..e904cee 100644 (file)
@@ -39,7 +39,9 @@ static u32 branchPC;
 #define debugI()
 #endif
 
-#ifdef NDEBUG
+#ifndef NDEBUG
+#include "debug.h"
+#else
 void StartDebugger() {}
 void ProcessDebug() {}
 void StopDebugger() {}