mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 09:19:18 +01:00
Increased virtual device hotplug delay time to 500 ms
This commit is contained in:
parent
24f030aba5
commit
5528c6956a
@ -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<int, OutputDevice> deviceDict = new Dictionary<int, OutputDevice>();
|
||||
private Dictionary<OutputDevice, int> revDeviceDict = new Dictionary<OutputDevice, int>();
|
||||
|
Loading…
Reference in New Issue
Block a user