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) --- libretro.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libretro.c') diff --git a/libretro.c b/libretro.c index d94ddcb..0373c94 100644 --- a/libretro.c +++ b/libretro.c @@ -675,7 +675,7 @@ static void check_variables(int started_from_load) dynarec_enable = 1; if (dynarec_enable != prevvalue) - wipe_caches(); + init_caches(); } else dynarec_enable = 1; -- cgit v1.2.3