action_ok_core_load - use menu_list_pop_stack

This commit is contained in:
twinaphex 2015-06-10 01:55:16 +02:00
parent 9e75e18bd5
commit a0c0f1e6cb

View File

@ -952,7 +952,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_flush_stack(menu->menu_list, NULL, MENU_SETTINGS);
menu_list_pop_stack(menu->menu_list);
#if defined(HAVE_DYNAMIC)
/* No content needed for this core, load core immediately. */