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