mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-03 10:32:32 +01:00
Increased hotplug delay time
This commit is contained in:
parent
982c45de6a
commit
a94573362f
@ -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>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user