mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Use menu_list_pop_stack for deferred_core_list_set
This commit is contained in:
parent
a61f4f7f62
commit
9e75e18bd5
@ -875,7 +875,7 @@ static int action_ok_core_deferred_set(const char *path,
|
||||
content_playlist_free(menu->playlist);
|
||||
menu->playlist = NULL;
|
||||
|
||||
menu_list_flush_stack(menu->menu_list, NULL, MENU_SETTINGS);
|
||||
menu_list_pop_stack(menu->menu_list);
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user