mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
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
This commit is contained in:
parent
ec4f961348
commit
09b0a09ca2
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user