1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

rsx/overlays: Darken background a bit

This commit is contained in:
kd-11 2023-02-02 21:49:32 +03:00 committed by kd-11
parent f279d8d6d1
commit e96fedfefe

View File

@ -38,7 +38,7 @@ namespace rsx
m_fade_out_animation.duration = 2.f;
m_fade_out_animation.active = true;
back_color = 0.25;
back_color = color4f(0.25f, 0.25f, 0.25f, 0.85f);
if (icon)
{