Skip to content

Commit

Permalink
Remove core value label
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Dec 27, 2024
1 parent 3989a62 commit 1a751ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions menu/cbs/menu_cbs_get_value.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a751ef

Please sign in to comment.