From 71ebc49b59d3b85ed9b8dc81d40e13a05a4f805f Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Tue, 30 Mar 2021 21:06:52 +0200 Subject: Improve indirect jumps in ARM Handle already translated blocks in the ARM asm to speed up indirect branches (affect some games more than others) --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 2a82338..759aa94 100644 --- a/main.c +++ b/main.c @@ -114,7 +114,7 @@ void init_main(void) video_count = 960; #ifdef HAVE_DYNAREC - wipe_caches(); + init_caches(); init_emitter(); #endif } -- cgit v1.2.3