(XMB) Display subsetting icons
This commit is contained in:
parent
049b876ae7
commit
8df89718a3
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue