mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(XMB) Rename icon directory to xmb
This commit is contained in:
parent
9d6f9b8c74
commit
23dabbf5e9
@ -1839,7 +1839,7 @@ static void xmb_context_reset(void)
|
||||
return;
|
||||
|
||||
fill_pathname_join(mediapath, settings->assets_directory,
|
||||
"lakka", sizeof(mediapath));
|
||||
"xmb", sizeof(mediapath));
|
||||
fill_pathname_join(themepath, mediapath, XMB_THEME, sizeof(themepath));
|
||||
fill_pathname_join(iconpath, themepath, xmb->icon.dir, sizeof(iconpath));
|
||||
fill_pathname_slash(iconpath, sizeof(iconpath));
|
||||
|
Loading…
x
Reference in New Issue
Block a user