(menu_cbs_ok) Fix flushing after loading core

This commit is contained in:
twinaphex 2015-07-04 05:52:55 +02:00
parent de6243a590
commit ddb6efa75c

View File

@ -984,7 +984,7 @@ static int action_ok_core_load(const char *path,
fill_pathname_join(settings->libretro, menu_path, path,
sizeof(settings->libretro));
event_command(EVENT_CMD_LOAD_CORE);
menu_list_pop_stack(menu_list);
menu_list_flush_stack(menu_list, NULL, MENU_SETTINGS);
#if defined(HAVE_DYNAMIC)
/* No content needed for this core, load core immediately. */