From f279d8d6d1c8bd51f0219ea4ab64cb517ad1eab6 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Thu, 2 Feb 2023 21:38:02 +0300 Subject: [PATCH] rsx: Lower shader notification duration to 5 seconds --- rpcs3/Emu/RSX/Overlays/overlay_shader_compile_notification.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/Overlays/overlay_shader_compile_notification.h b/rpcs3/Emu/RSX/Overlays/overlay_shader_compile_notification.h index a0b76f5e55..44ad59b505 100644 --- a/rpcs3/Emu/RSX/Overlays/overlay_shader_compile_notification.h +++ b/rpcs3/Emu/RSX/Overlays/overlay_shader_compile_notification.h @@ -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());