mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Strip out accessibility settings in menu if HAVE_ACCESSIBILITY
is not defined
This commit is contained in:
parent
34a9224334
commit
682d8f23e9
1 changed files with 2 additions and 0 deletions
|
@ -8000,6 +8000,7 @@ static bool setting_append_list(
|
|||
&subgroup_info,
|
||||
parent_group);
|
||||
|
||||
#ifdef HAVE_ACCESSIBILITY
|
||||
CONFIG_ACTION(
|
||||
list, list_info,
|
||||
MENU_ENUM_LABEL_ACCESSIBILITY_SETTINGS,
|
||||
|
@ -8007,6 +8008,7 @@ static bool setting_append_list(
|
|||
&group_info,
|
||||
&subgroup_info,
|
||||
parent_group);
|
||||
#endif
|
||||
|
||||
CONFIG_ACTION(
|
||||
list, list_info,
|
||||
|
|
Loading…
Add table
Reference in a new issue