drc: move constmap out of regstat
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 500c44a..cb808ec 100644 (file)
@@ -69,7 +69,6 @@ typedef uint8_t boolean;
 
 // Local includes
 #include "system.h"
-#include "debug.h"
 
 #if defined (__LINUX__) || defined (__MACOSX__)
 #define strnicmp strncasecmp
@@ -127,6 +126,7 @@ typedef struct {
        boolean RCntFix;
        boolean UseNet;
        boolean VSyncWA;
+       boolean CdrReschedule;
        u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER
        u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL
 #ifdef _WIN32