X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Finterpreter.h;h=51c5390688e87478a577cb2ab67ce0c965ed1bcc;hb=c8bf44c44d57bcf08a56ddf56579aa6bf42b0c06;hp=96600bfc08615c51419380ff3a3e5d5e1cf4b9fe;hpb=98fa08a56df29aeed65dfbc7697603c90bc66144;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__ */