X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Finterpreter.h;h=51c5390688e87478a577cb2ab67ce0c965ed1bcc;hb=b992f6b7c6c0da62499a19c2801be040369907b2;hp=96600bfc08615c51419380ff3a3e5d5e1cf4b9fe;hpb=47e92264b0bcdd851e8b0973cd5036cc6ca8e4ba;p=pcsx_rearmed.git diff --git a/deps/lightrec/interpreter.h b/deps/lightrec/interpreter.h index 96600bfc..51c53906 100644 --- a/deps/lightrec/interpreter.h +++ b/deps/lightrec/interpreter.h @@ -11,5 +11,7 @@ struct block; u32 lightrec_emulate_block(struct lightrec_state *state, struct block *block, u32 pc); +u32 lightrec_handle_load_delay(struct lightrec_state *state, + struct block *block, u32 pc, u32 reg); #endif /* __LIGHTREC_INTERPRETER_H__ */