Increased hotplug delay time

This commit is contained in:
Travis Nickles 2020-01-22 10:13:43 -06:00
parent 982c45de6a
commit a94573362f

View File

@ -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<int, OutputDevice> devictDict = new Dictionary<int, OutputDevice>();
private Dictionary<OutputDevice, int> revDevictDict = new Dictionary<OutputDevice, int>();