mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Don't include 'Net Retropad core' for now
This commit is contained in:
parent
4ee1889637
commit
54ba0bd3c2
@ -3664,11 +3664,13 @@ static bool menu_displaylist_push_list_process(menu_displaylist_info_t *info)
|
|||||||
MENU_ENUM_LABEL_START_VIDEO_PROCESSOR,
|
MENU_ENUM_LABEL_START_VIDEO_PROCESSOR,
|
||||||
MENU_SETTING_ACTION, 0, 0);
|
MENU_SETTING_ACTION, 0, 0);
|
||||||
|
|
||||||
|
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORKGAMEPAD) && defined(HAVE_NETWORKGAMEPAD_CORE)
|
||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_START_NET_RETROPAD),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_START_NET_RETROPAD),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_START_NET_RETROPAD),
|
msg_hash_to_str(MENU_ENUM_LABEL_START_NET_RETROPAD),
|
||||||
MENU_ENUM_LABEL_START_NET_RETROPAD,
|
MENU_ENUM_LABEL_START_NET_RETROPAD,
|
||||||
MENU_SETTING_ACTION, 0, 0);
|
MENU_SETTING_ACTION, 0, 0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string_is_empty(new_entry))
|
if (!string_is_empty(new_entry))
|
||||||
|
@ -2175,7 +2175,7 @@ static bool setting_append_list(
|
|||||||
parent_group);
|
parent_group);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORKGAMEPAD)
|
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORKGAMEPAD) && defined(HAVE_NETWORKGAMEPAD_CORE)
|
||||||
CONFIG_ACTION(
|
CONFIG_ACTION(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
MENU_ENUM_LABEL_START_NET_RETROPAD,
|
MENU_ENUM_LABEL_START_NET_RETROPAD,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user