make icache implementation play nice with the dynarec
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.h
index 1c97689..89dd7ea 100644 (file)
@@ -1,4 +1,7 @@
 
+extern u32 (*fetch)(u32 pc);
+
 // called by "new_dynarec"
 void execI();
 void psxNULL();
+void intApplyConfig();