drc: botched msb bit check
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index 8ef794b..2dd91cf 100644 (file)
@@ -132,6 +132,8 @@ typedef struct {
        boolean RCntFix;
        boolean UseNet;
        boolean VSyncWA;
+       boolean icache_emulation;
+       boolean DisableStalls;
        u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER
        u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL
 #ifdef _WIN32