mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Put this behind an ifdef
This commit is contained in:
parent
54ba0bd3c2
commit
cb9bdfc46e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user