X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2Frecompiler.h;h=febc0ec623b57b3bd87dd5a483898bdc89a61969;hb=d1c67a8c131d618949fc3dedabf393ebeb7d195b;hp=b9fc57981d17c6e08b15db88805096ca07b001e3;hpb=473f5cc63f9942866e01c7c84d151e8157cdb6ee;p=pcsx_rearmed.git diff --git a/deps/lightrec/recompiler.h b/deps/lightrec/recompiler.h index b9fc5798..febc0ec6 100644 --- a/deps/lightrec/recompiler.h +++ b/deps/lightrec/recompiler.h @@ -18,6 +18,9 @@ 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);