aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 3756c1a..7babfab 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -1859,6 +1859,7 @@ static int romsel_run(void)
}
strcpy(last_selected_fname, rom_fname_reload);
+ menu_do_last_cd_img(0);
return 0;
}
@@ -2399,6 +2400,5 @@ void me_update_msg(const char *msg)
void menu_finish(void)
{
- menu_do_last_cd_img(0);
plat_cpu_clock_apply(cpu_clock_st);
}