mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
only show with advanced options and on dynamic platforms
This commit is contained in:
parent
bfd23150b5
commit
16d1cf28f7
@ -3567,13 +3567,16 @@ static bool setting_append_list(
|
||||
}
|
||||
}
|
||||
|
||||
CONFIG_ACTION(
|
||||
list, list_info,
|
||||
MENU_ENUM_LABEL_SIDELOAD_CORE_LIST,
|
||||
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
|
||||
&group_info,
|
||||
&subgroup_info,
|
||||
parent_group);
|
||||
#ifdef HAVE_DYNAMIC
|
||||
if (settings->bools.menu_show_advanced_settings)
|
||||
CONFIG_ACTION(
|
||||
list, list_info,
|
||||
MENU_ENUM_LABEL_SIDELOAD_CORE_LIST,
|
||||
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
|
||||
&group_info,
|
||||
&subgroup_info,
|
||||
parent_group);
|
||||
#endif
|
||||
|
||||
CONFIG_ACTION(
|
||||
list, list_info,
|
||||
@ -3583,6 +3586,7 @@ static bool setting_append_list(
|
||||
&subgroup_info,
|
||||
parent_group);
|
||||
|
||||
|
||||
if (settings->bools.history_list_enable)
|
||||
{
|
||||
CONFIG_ACTION(
|
||||
|
Loading…
x
Reference in New Issue
Block a user