From 39930cf2e8ea5a58e403ffec977a976fefa979f3 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 17 Jun 2017 07:13:39 -0700 Subject: [PATCH] Small change Hating the JIT compiler right now --- DS4Windows/DS4Library/DS4Device.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index e567a18..14da045 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -915,7 +915,7 @@ namespace DS4Windows } } - if (oldCharging != charging && conType == ConnectionType.BT) + if (conType == ConnectionType.BT && oldCharging != charging) { if (Global.getQuickCharge() && charging) {