mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Menu) Fix one label
This commit is contained in:
parent
e29efda673
commit
cbf5dc7f30
@ -407,6 +407,7 @@ static int menu_displaylist_parse_system_info(menu_displaylist_info_t *info)
|
||||
MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||
|
||||
strlcpy(feat_str, "Command interface support", sizeof(feat_str));
|
||||
strlcat(feat_str, ": ", sizeof(feat_str));
|
||||
strlcat(feat_str, _command_supp ? "true" : "false", sizeof(feat_str));
|
||||
menu_list_push(info->list, feat_str, "",
|
||||
MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user