From 70769e435cbd54f3206c0e6c3c9650393923673b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 27 Nov 2017 07:23:43 +0100 Subject: [PATCH] Add another edge case --- menu/cbs/menu_cbs_ok.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 876258f0f8..9293256aaa 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -1388,6 +1388,7 @@ static int default_action_ok_load_content_with_core_from_menu(const char *_path, content_info.environ_get = NULL; if (!task_push_load_content_with_core_from_menu(_path, &content_info, (enum rarch_core_type)_type, NULL, NULL)) return -1; + content_add_to_playlist(_path); return 0; }