mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #1916 from heuripedes/master
(XMB) Remove playlist extension from title
This commit is contained in:
commit
1a4127abad
@ -934,6 +934,8 @@ static void xmb_set_title(xmb_handle_t *xmb)
|
||||
return;
|
||||
|
||||
strlcpy(xmb->title_name, path, sizeof(xmb->title_name));
|
||||
|
||||
path_remove_extension(xmb->title_name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user