cdrom: handle fifo overreads
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.h
index 87c7a32..b3652c0 100644 (file)
@@ -6,6 +6,9 @@ void execI();
 void intApplyConfig();
 void MTC0(psxRegisters *regs_, int reg, u32 val);
 void gteNULL(struct psxCP2Regs *regs);
-void (*psxCP2[64])(struct psxCP2Regs *regs);
+extern void (*psxCP2[64])(struct psxCP2Regs *regs);
+
+// called by lightrec
+void intExecuteBlock();
 
 #endif // __PSXINTERPRETER_H__