Merge pull request #7111 from alfrix/xmb_exp

Add Retrosystem to the support list of menu icons
This commit is contained in:
Twinaphex 2018-08-23 02:19:59 +02:00 committed by GitHub
commit da3888dd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2280,7 +2280,8 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
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_DOTART ||
settings->uints.menu_xmb_theme == XMB_ICON_THEME_RETROSYSTEM
)
{
switch (enum_idx)