mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +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…
x
Reference in New Issue
Block a user