mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Hide away Retropad remote core for now
This commit is contained in:
parent
0cb2bbd420
commit
67c0bc25f4
@ -1615,8 +1615,10 @@ static int mui_list_push(void *data, void *userdata,
|
|||||||
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
entry.enum_idx = MENU_ENUM_LABEL_START_NET_RETROPAD;
|
entry.enum_idx = MENU_ENUM_LABEL_START_NET_RETROPAD;
|
||||||
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_DYNAMIC
|
#ifndef HAVE_DYNAMIC
|
||||||
if (frontend_driver_has_fork())
|
if (frontend_driver_has_fork())
|
||||||
|
@ -3153,8 +3153,10 @@ static int xmb_list_push(void *data, void *userdata,
|
|||||||
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
entry.enum_idx = MENU_ENUM_LABEL_START_NET_RETROPAD;
|
entry.enum_idx = MENU_ENUM_LABEL_START_NET_RETROPAD;
|
||||||
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
menu_displaylist_ctl(DISPLAYLIST_SETTING_ENUM, &entry);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_DYNAMIC
|
#ifndef HAVE_DYNAMIC
|
||||||
if (frontend_driver_has_fork())
|
if (frontend_driver_has_fork())
|
||||||
|
@ -4038,8 +4038,10 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
menu_displaylist_parse_settings_enum(menu, info,
|
menu_displaylist_parse_settings_enum(menu, info,
|
||||||
MENU_ENUM_LABEL_START_CORE, PARSE_ACTION, false);
|
MENU_ENUM_LABEL_START_CORE, PARSE_ACTION, false);
|
||||||
|
|
||||||
|
#if 0
|
||||||
menu_displaylist_parse_settings_enum(menu, info,
|
menu_displaylist_parse_settings_enum(menu, info,
|
||||||
MENU_ENUM_LABEL_START_NET_RETROPAD, PARSE_ACTION, false);
|
MENU_ENUM_LABEL_START_NET_RETROPAD, PARSE_ACTION, false);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_DYNAMIC
|
#ifndef HAVE_DYNAMIC
|
||||||
if (frontend_driver_has_fork())
|
if (frontend_driver_has_fork())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user