mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 13:43:32 +00:00
update Cg menu ribbon for additive blending
Fixes solid white ribbon.
This commit is contained in:
parent
6b638cae8b
commit
ba2cf008c6
@ -54,7 +54,7 @@ static const char *stock_xmb_ribbon_simple = CG(
|
||||
output main_fragment(uniform input IN)
|
||||
{
|
||||
output OUT;
|
||||
OUT.color = float4(1.0, 1.0, 1.0, 0.05);
|
||||
OUT.color = float4(0.05, 0.05, 0.05, 1.0);
|
||||
return OUT;
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user