mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
(menu_cbs_ok) Fix flushing after loading core
This commit is contained in:
parent
de6243a590
commit
ddb6efa75c
@ -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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user