Merge pull request #7120 from alfrix/xmb_exp

Add automatic and systematic to menu icons
This commit is contained in:
Twinaphex 2018-08-25 00:22:37 +02:00 committed by GitHub
commit a6d5931412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2279,12 +2279,10 @@ 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_MONOCHROME ||
settings->uints.menu_xmb_theme == XMB_ICON_THEME_MONOCHROME_INVERTED ||
settings->uints.menu_xmb_theme == XMB_ICON_THEME_CUSTOM ||
settings->uints.menu_xmb_theme == XMB_ICON_THEME_DOTART ||
settings->uints.menu_xmb_theme == XMB_ICON_THEME_RETROSYSTEM
)
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)
{