Merge pull request #669 from pcercuei/lightrec-fix-bios-munmap
[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();