mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-16 16:09:13 +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
|
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<int, OutputDevice> deviceDict = new Dictionary<int, OutputDevice>();
|
||||||
private Dictionary<OutputDevice, int> revDeviceDict = new Dictionary<OutputDevice, int>();
|
private Dictionary<OutputDevice, int> revDeviceDict = new Dictionary<OutputDevice, int>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user