mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-10 13:42:23 +00:00
(XMB) Remove playlist extension from title
This commit is contained in:
parent
7f6ec7ce16
commit
41a77639e3
@ -934,6 +934,8 @@ static void xmb_set_title(xmb_handle_t *xmb)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
strlcpy(xmb->title_name, path, sizeof(xmb->title_name));
|
strlcpy(xmb->title_name, path, sizeof(xmb->title_name));
|
||||||
|
|
||||||
|
path_remove_extension(xmb->title_name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user