mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-27 03:24:20 +01:00
Raise hotplug delay timeout
This commit is contained in:
parent
e6df8c939e
commit
1493e1619b
@ -1029,7 +1029,7 @@ namespace DS4Windows
|
|||||||
if (!inHotPlug)
|
if (!inHotPlug)
|
||||||
{
|
{
|
||||||
inHotPlug = true;
|
inHotPlug = true;
|
||||||
TaskRunner.Run(() => { Thread.Sleep(10); InnerHotplug2(uiContext); });
|
TaskRunner.Run(() => { Thread.Sleep(100); InnerHotplug2(uiContext); });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user