(XMB) Display subsetting icons

This commit is contained in:
Jean-André Santoni 2014-11-26 10:36:25 +07:00
parent 049b876ae7
commit 8df89718a3
1 changed files with 9 additions and 1 deletions

View File

@ -837,9 +837,17 @@ static void xmb_draw_items(file_list_t *list, file_list_t *stack,
case MENU_SETTING_ACTION_RESET:
icon = xmb->textures[XMB_TEXTURE_RELOAD].id;
break;
default:
case MENU_SETTING_ACTION:
icon = xmb->depth == 3 ?
xmb->textures[XMB_TEXTURE_SUBSETTING].id :
xmb->textures[XMB_TEXTURE_SETTING].id;
break;
case MENU_SETTING_GROUP:
icon = xmb->textures[XMB_TEXTURE_SETTING].id;
break;
default:
icon = xmb->textures[XMB_TEXTURE_SUBSETTING].id;
break;
}
xmb_draw_icon(icon,