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) --- gba_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gba_memory.c') diff --git a/gba_memory.c b/gba_memory.c index b66dce7..8d3d39e 100644 --- a/gba_memory.c +++ b/gba_memory.c @@ -3322,7 +3322,7 @@ void gba_load_state(const void* src) #ifdef HAVE_DYNAREC if (dynarec_enable) - wipe_caches(); + init_caches(); #endif reg[OAM_UPDATED] = 1; -- cgit v1.2.3