mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 06:35:04 -06:00
rsx: Lower shader notification duration to 5 seconds
This commit is contained in:
parent
4bfba20877
commit
f279d8d6d1
@ -12,7 +12,7 @@ namespace rsx
|
|||||||
{
|
{
|
||||||
queue_message(
|
queue_message(
|
||||||
localized_string_id::RSX_OVERLAYS_COMPILING_SHADERS,
|
localized_string_id::RSX_OVERLAYS_COMPILING_SHADERS,
|
||||||
15'000'000,
|
5'000'000,
|
||||||
{},
|
{},
|
||||||
message_pin_location::bottom,
|
message_pin_location::bottom,
|
||||||
std::make_unique<loading_icon24>());
|
std::make_unique<loading_icon24>());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user