make icache implementation play nice with the dynarec
[pcsx_rearmed.git] / libpcsxcore / psxinterpreter.h
1
2 extern u32 (*fetch)(u32 pc);
3
4 // called by "new_dynarec"
5 void execI();
6 void psxNULL();
7 void intApplyConfig();