drc,interpreter: add mul/div stalls
[pcsx_rearmed.git] / libpcsxcore / psxcommon.h
index c9d300a..2dd91cf 100644 (file)
@@ -133,6 +133,7 @@ typedef struct {
        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