mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Hide two never used settings in Input Settings
This commit is contained in:
parent
c882ab8d51
commit
1e10abd7f2
@ -4045,6 +4045,7 @@ static bool setting_append_list(
|
|||||||
SD_FLAG_NONE
|
SD_FLAG_NONE
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#if 0
|
||||||
CONFIG_BOOL(
|
CONFIG_BOOL(
|
||||||
list, list_info,
|
list, list_info,
|
||||||
&settings->input.input_descriptor_label_show,
|
&settings->input.input_descriptor_label_show,
|
||||||
@ -4076,6 +4077,7 @@ static bool setting_append_list(
|
|||||||
general_read_handler,
|
general_read_handler,
|
||||||
SD_FLAG_ADVANCED
|
SD_FLAG_ADVANCED
|
||||||
);
|
);
|
||||||
|
#endif
|
||||||
|
|
||||||
END_SUB_GROUP(list, list_info, parent_group);
|
END_SUB_GROUP(list, list_info, parent_group);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user