mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Revert hotplug delay change
This commit is contained in:
parent
36a8382fdd
commit
ffb46157bb
@ -1139,8 +1139,8 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
||||
|
||||
while (loopHotplug == true)
|
||||
{
|
||||
Program.rootHub.HotPlug();
|
||||
Thread.Sleep(1500);
|
||||
Program.rootHub.HotPlug();
|
||||
//TaskRunner.Run(() => { Program.rootHub.HotPlug(uiContext); });
|
||||
lock (hotplugCounterLock)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user