mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Put hotplug delay back in but in a later spot
This commit is contained in:
parent
956e691780
commit
d6f9cecd3f
@ -1146,6 +1146,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
||||
while (loopHotplug == true)
|
||||
{
|
||||
Program.rootHub.HotPlug();
|
||||
Thread.Sleep(1500);
|
||||
//TaskRunner.Run(() => { Program.rootHub.HotPlug(uiContext); });
|
||||
lock (hotplugCounterLock)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user