mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +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;
|
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