mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 15:41:49 +01:00
Increase initial delay before running hotplug routine
This commit is contained in:
parent
2f6498a37b
commit
de8934f7ab
@ -1031,7 +1031,7 @@ namespace DS4Windows
|
||||
if (!inHotPlug)
|
||||
{
|
||||
inHotPlug = true;
|
||||
TaskRunner.Run(() => { Thread.Sleep(100); InnerHotplug2(uiContext); });
|
||||
TaskRunner.Run(() => { Thread.Sleep(500); InnerHotplug2(uiContext); });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user