From 87182d3b605dce591e483a1dcdcf0fada834a96a Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 16 Apr 2018 05:20:48 -0500 Subject: [PATCH] Make sure to use sync write for SONYWA --- 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 6064073..90fc833 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -714,7 +714,7 @@ namespace DS4Windows timeoutEvent = false; ds4InactiveFrame = true; idleInput = true; - bool syncWriteReport = conType == ConnectionType.USB; + bool syncWriteReport = conType != ConnectionType.BT; int maxBatteryValue = 0; int tempBattery = 0;