mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Cleanups
This commit is contained in:
parent
eb4d8678e9
commit
e61593d80c
@ -2572,8 +2572,7 @@ static int menu_displaylist_parse_horizontal_list(
|
||||
if (!item)
|
||||
return -1;
|
||||
|
||||
strlcpy(lpl_basename, item->path, sizeof(lpl_basename));
|
||||
path_remove_extension(lpl_basename);
|
||||
fill_pathname_base_noext(lpl_basename, item->path, sizeof(lpl_basename));
|
||||
|
||||
menu_driver_ctl(RARCH_MENU_CTL_PLAYLIST_FREE, NULL);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user