mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(XMB) Correct previous commit
This commit is contained in:
parent
500909cf9f
commit
87bfef86f2
@ -731,7 +731,8 @@ static void xmb_list_switch_new(xmb_handle_t *xmb,
|
||||
|
||||
if (tmp)
|
||||
{
|
||||
fill_pathname_noext(path, settings->dynamic_wallpapers_directory, tmp, sizeof(path));
|
||||
fill_pathname_join(path, settings->dynamic_wallpapers_directory, tmp, sizeof(path));
|
||||
path_remove_extension(path);
|
||||
free(tmp);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user