mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2026-01-31 01:15:16 +01:00
Increased virtual device hotplug delay time to 500 ms
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user