X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.c;h=7babfabf3db09ecfc87e6c937550e16508f4b61b;hp=3756c1a3796102acf35ffb67b78ec77a6ea00e1b;hb=6645608833266df41ce8e07eacc3b18b77fe9e0e;hpb=9f7042907bbf7e1810ee8e002bc43319fbb3d0b4 diff --git a/frontend/menu.c b/frontend/menu.c index 3756c1a3..7babfabf 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); }