fix build
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.h
index 1c97689..f8581b8 100644 (file)
@@ -1,4 +1,11 @@
+#ifndef __PSXINTERPRETER_H__
+#define __PSXINTERPRETER_H__
 
 // called by "new_dynarec"
 void execI();
-void psxNULL();
+void intApplyConfig();
+void MTC0(psxRegisters *regs_, int reg, u32 val);
+void gteNULL(struct psxCP2Regs *regs);
+extern void (*psxCP2[64])(struct psxCP2Regs *regs);
+
+#endif // __PSXINTERPRETER_H__