mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-26 20:55:39 +00:00
(XMB) Use RetroArch or Lakka logo in place of the home icon
This commit is contained in:
parent
2b376ce3d5
commit
4b82132e9d
@ -2133,7 +2133,11 @@ static void xmb_context_reset_textures(xmb_handle_t *xmb, const char *iconpath)
|
||||
switch(i)
|
||||
{
|
||||
case XMB_TEXTURE_MAIN_MENU:
|
||||
fill_pathname_join(path, iconpath, "main-menu.png", sizeof(path));
|
||||
#if defined(HAVE_LAKKA)
|
||||
fill_pathname_join(path, iconpath, "lakka.png", sizeof(path));
|
||||
#else
|
||||
fill_pathname_join(path, iconpath, "retroarch.png", sizeof(path));
|
||||
#endif
|
||||
break;
|
||||
case XMB_TEXTURE_SETTINGS:
|
||||
fill_pathname_join(path, iconpath, "settings.png", sizeof(path));
|
||||
|
Loading…
x
Reference in New Issue
Block a user