cdrom: change pause timing again
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.h
index fe289b0..2c3f394 100644 (file)
@@ -1,8 +1,11 @@
 #ifndef __PSXINTERPRETER_H__
 #define __PSXINTERPRETER_H__
 
+// get an opcode without triggering exceptions or affecting cache
+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);