X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=libpcsxcore%2Fpsxinterpreter.h;fp=libpcsxcore%2Fpsxinterpreter.h;h=746c8fe86dd4b7bda11840cbb1ed9d1ffe725c24;hp=fe289b061e54a97597682933ecba4a66f4dfb7ab;hb=905b7c2512eebeedfcb1af03ffb30ad752e94928;hpb=19fae7fc20691f11264aa18602eb1f6f483356fc diff --git a/libpcsxcore/psxinterpreter.h b/libpcsxcore/psxinterpreter.h index fe289b06..746c8fe8 100644 --- a/libpcsxcore/psxinterpreter.h +++ b/libpcsxcore/psxinterpreter.h @@ -1,6 +1,9 @@ #ifndef __PSXINTERPRETER_H__ #define __PSXINTERPRETER_H__ +// get an opcode without triggering exceptions or affecting cache +u32 intFakeFetch(u32 pc); + // called by "new_dynarec" void execI(); void intApplyConfig();