From 564dac40c865f3a89756bb61f695fbad06d93a70 Mon Sep 17 00:00:00 2001 From: sonninnos <45124675+sonninnos@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:11:45 +0200 Subject: [PATCH] XMB: Alpha adjustment for default basic icon (#17188) --- menu/drivers/xmb.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index a6f4f63ce4..77ee779480 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -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) {