mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 04:51: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)
|
||||
{
|
||||
fill_pathname_noext(tmp,
|
||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NOTES),
|
||||
": ",
|
||||
sizeof(tmp));
|
||||
menu_entries_append_enum(info->list, tmp, "",
|
||||
MENU_ENUM_LABEL_CORE_INFO_ENTRY, MENU_SETTINGS_CORE_INFO_NONE, 0, 0);
|
||||
|
||||
/* Disable "Core notes:"
|
||||
*
|
||||
* fill_pathname_noext(tmp,
|
||||
* msg_hash_to_str(MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NOTES),
|
||||
* ": ",
|
||||
* 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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user