diff --git a/DS4Windows/DS4Control/OutputSlotManager.cs b/DS4Windows/DS4Control/OutputSlotManager.cs index c2abc45..55de585 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 = 200; // measured in ms + private const int DELAY_TIME = 500; // measured in ms private Dictionary deviceDict = new Dictionary(); private Dictionary revDeviceDict = new Dictionary();