mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
action_ok_core_load - use menu_list_pop_stack
This commit is contained in:
parent
9e75e18bd5
commit
a0c0f1e6cb
@ -952,7 +952,7 @@ static int action_ok_core_load(const char *path,
|
|||||||
fill_pathname_join(settings->libretro, menu_path, path,
|
fill_pathname_join(settings->libretro, menu_path, path,
|
||||||
sizeof(settings->libretro));
|
sizeof(settings->libretro));
|
||||||
event_command(EVENT_CMD_LOAD_CORE);
|
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)
|
#if defined(HAVE_DYNAMIC)
|
||||||
/* No content needed for this core, load core immediately. */
|
/* No content needed for this core, load core immediately. */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user