Put this behind an ifdef

This commit is contained in:
twinaphex 2017-02-02 21:48:08 +01:00
parent 54ba0bd3c2
commit cb9bdfc46e

View File

@ -3658,11 +3658,13 @@ static bool menu_displaylist_push_list_process(menu_displaylist_info_t *info)
if (info->push_builtin_cores)
{
#if defined(HAVE_VIDEO_PROCESSOR)
menu_entries_append_enum(info->list,
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_START_VIDEO_PROCESSOR),
msg_hash_to_str(MENU_ENUM_LABEL_START_VIDEO_PROCESSOR),
MENU_ENUM_LABEL_START_VIDEO_PROCESSOR,
MENU_SETTING_ACTION, 0, 0);
#endif
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORKGAMEPAD) && defined(HAVE_NETWORKGAMEPAD_CORE)
menu_entries_append_enum(info->list,