From ddb6efa75c3ff1cd82fd2ebbb7d185526865f755 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 4 Jul 2015 05:52:55 +0200 Subject: [PATCH] (menu_cbs_ok) Fix flushing after loading core --- menu/cbs/menu_cbs_ok.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 687280b5c7..0274e7b859 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -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. */