mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-21 18:25:02 +00:00
Add 'Download Core' entry in 'Load Core' list
This commit is contained in:
parent
d6443431c6
commit
1b9d9647b0
@ -2650,6 +2650,15 @@ static int menu_displaylist_parse_generic(
|
||||
dir_list_sort(str_list, true);
|
||||
|
||||
list_size = str_list->size;
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
if (hash_label == MENU_LABEL_CORE_LIST)
|
||||
menu_entries_add(info->list,
|
||||
"Download Core...",
|
||||
menu_hash_to_str(MENU_LABEL_CORE_UPDATER_LIST),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#endif
|
||||
|
||||
|
||||
if (list_size == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user