Hide 'Add Content' when both HAVE_NETWORKING and HAVE_LIBRETRODB

are not defined
This commit is contained in:
twinaphex 2015-07-04 22:47:44 +02:00
parent 55553623f9
commit 45dc25c96c

View File

@ -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(