mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-18 00:18:22 +00:00
Fix themes without menu icons
This commit is contained in:
parent
adb72755e1
commit
461dbf39ba
@ -2279,9 +2279,9 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
|
||||
/* Menu icons are here waiting for theme support*/
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
if (settings->uints.menu_xmb_theme != XMB_ICON_THEME_FLATUI ||
|
||||
settings->uints.menu_xmb_theme != XMB_ICON_THEME_NEOACTIVE ||
|
||||
settings->uints.menu_xmb_theme != XMB_ICON_THEME_RETROACTIVE ||
|
||||
if (settings->uints.menu_xmb_theme != XMB_ICON_THEME_FLATUI &&
|
||||
settings->uints.menu_xmb_theme != XMB_ICON_THEME_NEOACTIVE &&
|
||||
settings->uints.menu_xmb_theme != XMB_ICON_THEME_RETROACTIVE &&
|
||||
settings->uints.menu_xmb_theme != XMB_ICON_THEME_PIXEL )
|
||||
{
|
||||
switch (enum_idx)
|
||||
|
Loading…
x
Reference in New Issue
Block a user