summaryrefslogtreecommitdiff
path: root/gba_memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'gba_memory.c')
-rw-r--r--gba_memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gba_memory.c b/gba_memory.c
index 4e74a9a..8d94ca5 100644
--- a/gba_memory.c
+++ b/gba_memory.c
@@ -3334,7 +3334,7 @@ void gba_load_state(const void* src)
#ifdef HAVE_DYNAREC
if (dynarec_enable)
- wipe_caches();
+ init_caches();
#endif
reg[OAM_UPDATED] = 1;