X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=deps%2Flightrec%2Frecompiler.h;h=febc0ec623b57b3bd87dd5a483898bdc89a61969;hb=878e6cda26bbf4af5090a01709db026d42c233b4;hp=9bc522d1479611a0d04882c4aee54df9b039a110;hpb=47e92264b0bcdd851e8b0973cd5036cc6ca8e4ba;p=pcsx_rearmed.git diff --git a/deps/lightrec/recompiler.h b/deps/lightrec/recompiler.h index 9bc522d1..febc0ec6 100644 --- a/deps/lightrec/recompiler.h +++ b/deps/lightrec/recompiler.h @@ -18,4 +18,10 @@ void lightrec_recompiler_remove(struct recompiler *rec, struct block *block); void * lightrec_recompiler_run_first_pass(struct lightrec_state *state, struct block *block, u32 *pc); +void lightrec_recompiler_pause(struct recompiler *rec); +void lightrec_recompiler_unpause(struct recompiler *rec); + +void lightrec_code_alloc_lock(struct lightrec_state *state); +void lightrec_code_alloc_unlock(struct lightrec_state *state); + #endif /* __LIGHTREC_RECOMPILER_H__ */