From ffb46157bb1c8bc743a46e28a44bbcdb5954e5c0 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 22 Mar 2019 00:14:42 -0500 Subject: [PATCH] Revert hotplug delay change --- DS4Windows/DS4Forms/DS4Form.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index 515cfa2..93745b8 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -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) {