From 92bd1bd53f4102e5593b8c9118634d1e58f184cf Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 11 Apr 2020 09:30:55 -0500 Subject: [PATCH] Increased hide time --- DS4Windows/DS4Library/DS4Devices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Library/DS4Devices.cs b/DS4Windows/DS4Library/DS4Devices.cs index 36cf521..e5ca5be 100644 --- a/DS4Windows/DS4Library/DS4Devices.cs +++ b/DS4Windows/DS4Library/DS4Devices.cs @@ -370,7 +370,7 @@ namespace DS4Windows //System.Threading.Thread.Sleep(50); sw.Restart(); - while (sw.ElapsedMilliseconds < 50) + while (sw.ElapsedMilliseconds < 100) { // Use SpinWait to keep control of current thread. Using Sleep could potentially // cause other events to get run out of order