(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,
|
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_pop_stack(menu_list);
|
menu_list_flush_stack(menu_list, NULL, MENU_SETTINGS);
|
||||||
#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…
Reference in New Issue