mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +00:00
Remove core value label
This commit is contained in:
parent
3989a62f60
commit
1a751ef9a2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user