mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
rsx/overlays: Darken background a bit
This commit is contained in:
parent
f279d8d6d1
commit
e96fedfefe
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace rsx
|
||||||
m_fade_out_animation.duration = 2.f;
|
m_fade_out_animation.duration = 2.f;
|
||||||
m_fade_out_animation.active = true;
|
m_fade_out_animation.active = true;
|
||||||
|
|
||||||
back_color = 0.25;
|
back_color = color4f(0.25f, 0.25f, 0.25f, 0.85f);
|
||||||
|
|
||||||
if (icon)
|
if (icon)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue