rsx: Lower shader notification duration to 5 seconds

This commit is contained in:
kd-11 2023-02-02 21:38:02 +03:00 committed by kd-11
parent 4bfba20877
commit f279d8d6d1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace rsx
{
queue_message(
localized_string_id::RSX_OVERLAYS_COMPILING_SHADERS,
15'000'000,
5'000'000,
{},
message_pin_location::bottom,
std::make_unique<loading_icon24>());