Remove core value label

This commit is contained in:
LibretroAdmin 2024-12-28 00:30:00 +01:00
parent 3989a62f60
commit 1a751ef9a2

View File

@ -404,10 +404,8 @@ static void menu_action_setting_disp_set_label_menu_file_core(
const char *alt = list->list[i].alt
? list->list[i].alt
: list->list[i].path;
*w = (unsigned)STRLEN_CONST("(CORE)");
if (alt)
strlcpy(s2, alt, len2);
strlcpy(s, "(CORES)", len);
}
#ifdef HAVE_NETWORKING