mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Should add an 'go immediately to core updater' if no cores were found
This commit is contained in:
parent
e8ff596177
commit
d6ac759e97
@ -5240,6 +5240,13 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
msg_hash_to_str(MENU_ENUM_LABEL_NO_CORES_AVAILABLE),
|
msg_hash_to_str(MENU_ENUM_LABEL_NO_CORES_AVAILABLE),
|
||||||
MENU_ENUM_LABEL_NO_CORES_AVAILABLE,
|
MENU_ENUM_LABEL_NO_CORES_AVAILABLE,
|
||||||
0, 0, 0);
|
0, 0, 0);
|
||||||
|
#ifdef HAVE_NETWORKING
|
||||||
|
menu_entries_append_enum(info->list,
|
||||||
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE),
|
||||||
|
msg_hash_to_str(MENU_ENUM_LABEL_CORE_UPDATER_LIST),
|
||||||
|
MENU_ENUM_LABEL_CORE_UPDATER_LIST,
|
||||||
|
MENU_SETTING_ACTION, 0, 0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user