summaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.c')
-rw-r--r--frontend/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 3ee0a93..44bcd07 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -143,7 +143,7 @@ static int menu_loop_options(int id, int keys)
me_loop(e_menu_options, &sel);
if (prev_dynarec_enable != dynarec_enable)
- wipe_caches();
+ init_caches();
return 0;
}