mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
XMB: Alpha adjustment for default basic icon (#17188)
This commit is contained in:
parent
24b6f96ce5
commit
564dac40c8
@ -4844,6 +4844,10 @@ static int xmb_draw_item(
|
||||
node->zoom = xmb->items_active_zoom;
|
||||
}
|
||||
|
||||
/* Differentiate the basic setting icon from the rest */
|
||||
if (texture == xmb->textures.list[XMB_TEXTURE_SUBSETTING])
|
||||
gfx_display_set_alpha(color, MIN(node->alpha / 3, xmb->alpha));
|
||||
|
||||
/* Explore list correction hack for not showing wrong icons as "previous" icon */
|
||||
if (xmb->is_explore_list && !xmb->is_quick_menu && texture)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user