From a94573362fc89812104c91916f2386f0d3d2c0f9 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Wed, 22 Jan 2020 10:13:43 -0600 Subject: [PATCH] Increased hotplug delay time --- DS4Windows/DS4Control/OutputSlotManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/OutputSlotManager.cs b/DS4Windows/DS4Control/OutputSlotManager.cs index 170a2f8..52b32f8 100644 --- a/DS4Windows/DS4Control/OutputSlotManager.cs +++ b/DS4Windows/DS4Control/OutputSlotManager.cs @@ -9,7 +9,7 @@ namespace DS4Windows { public class OutputSlotManager { - private const int DELAY_TIME = 100; // measured in ms + private const int DELAY_TIME = 200; // measured in ms private Dictionary devictDict = new Dictionary(); private Dictionary revDevictDict = new Dictionary();