mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 06:18:34 +00:00
Got define wrong
This commit is contained in:
parent
943cf9a007
commit
9b1f6152fd
@ -2538,7 +2538,7 @@ static bool setting_append_list_main_menu_options(
|
||||
parent_group);
|
||||
}
|
||||
|
||||
#if !defined(HAVE_NETWORKING) && !defined(HAVE_LIBRETRODB)
|
||||
#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),
|
||||
|
Loading…
Reference in New Issue
Block a user