mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Hide "Core Notes"
This commit is contained in:
parent
0c74d19112
commit
b9031f47c6
@ -408,12 +408,16 @@ static int menu_displaylist_parse_core_info(menu_displaylist_info_t *info)
|
|||||||
|
|
||||||
if (core_info->notes)
|
if (core_info->notes)
|
||||||
{
|
{
|
||||||
fill_pathname_noext(tmp,
|
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NOTES),
|
/* Disable "Core notes:"
|
||||||
": ",
|
*
|
||||||
sizeof(tmp));
|
* fill_pathname_noext(tmp,
|
||||||
menu_entries_append_enum(info->list, tmp, "",
|
* msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NOTES),
|
||||||
MENU_ENUM_LABEL_CORE_INFO_ENTRY, MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
* ": ",
|
||||||
|
* sizeof(tmp));
|
||||||
|
* menu_entries_append_enum(info->list, tmp, "",
|
||||||
|
* MENU_ENUM_LABEL_CORE_INFO_ENTRY, MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||||
|
*/
|
||||||
|
|
||||||
for (i = 0; i < core_info->note_list->size; i++)
|
for (i = 0; i < core_info->note_list->size; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user