mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
Hide 'Add Content' when both HAVE_NETWORKING and HAVE_LIBRETRODB
are not defined
This commit is contained in:
parent
55553623f9
commit
45dc25c96c
@ -2538,12 +2538,14 @@ static bool setting_append_list_main_menu_options(
|
||||
parent_group);
|
||||
}
|
||||
|
||||
#if !defined(HAVE_NETWORKING) && !defined(HAVE_LIBRETRODB)
|
||||
CONFIG_ACTION(
|
||||
menu_hash_to_str(MENU_LABEL_ADD_CONTENT_LIST),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_ADD_CONTENT_LIST),
|
||||
group_info.name,
|
||||
subgroup_info.name,
|
||||
parent_group);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NETWORKING
|
||||
CONFIG_ACTION(
|
||||
|
Loading…
Reference in New Issue
Block a user