mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +00:00
xmb: fix incorrect wallpaper alpha blending
This commit is contained in:
parent
b2257347a3
commit
78339ae67c
@ -2579,7 +2579,7 @@ static void xmb_draw_bg(
|
||||
draw.texture = texture;
|
||||
menu_display_set_alpha(draw.color, coord_white[3]);
|
||||
|
||||
if (!running && draw.texture)
|
||||
if (draw.texture)
|
||||
draw.color = &coord_white[0];
|
||||
|
||||
if (running || video_info->xmb_color_theme == XMB_THEME_WALLPAPER)
|
||||
|
Loading…
Reference in New Issue
Block a user