mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-22 21:21:17 +01:00
Removed extra hotplug delay
Apparently not needed since version 1.5.12 with the hotplug event change. BT works fine in Windows 7.
This commit is contained in:
parent
df96a91269
commit
956e691780
@ -1145,7 +1145,6 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
||||
|
||||
while (loopHotplug == true)
|
||||
{
|
||||
Thread.Sleep(1500);
|
||||
Program.rootHub.HotPlug();
|
||||
//TaskRunner.Run(() => { Program.rootHub.HotPlug(uiContext); });
|
||||
lock (hotplugCounterLock)
|
||||
|
Loading…
x
Reference in New Issue
Block a user