psxinterpreter: yet more exceptions, new config option
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.h
index 746c8fe..2c3f394 100644 (file)
@@ -5,7 +5,7 @@
 u32 intFakeFetch(u32 pc);
 
 // called by "new_dynarec"
-void execI();
+void execI(psxRegisters *regs);
 void intApplyConfig();
 void MTC0(psxRegisters *regs_, int reg, u32 val);
 void gteNULL(struct psxCP2Regs *regs);