From 09b0a09ca25608a2b416c195e6411cf39a469f19 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 17 Apr 2016 18:20:41 +0200 Subject: [PATCH] Alpha needs to be set to 0.90 for gradient ribbon background, otherwise fadeout will not work properly when we are at the info screen --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 350569ac23..1f3b9c6b55 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1918,7 +1918,7 @@ static void xmb_draw_ribbon(menu_display_ctx_draw_t *draw) if (menu_display_ctl(MENU_DISPLAY_CTL_LIBRETRO_RUNNING, NULL)) draw->handle_alpha = 0.75; else - draw->handle_alpha = 1.00; + draw->handle_alpha = 0.90; menu_display_ctl(MENU_DISPLAY_CTL_DRAW_GRADIENT, draw);