diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index 81f5b6a..b785b51 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -800,7 +800,7 @@ namespace DS4Windows if (conType == ConnectionType.SONYWA) { - bool noneSynced = inputReport[31] == 0; + bool noneSynced = inputReport[31] != 0; if (noneSynced != synced) { SyncChange?.Invoke(this, EventArgs.Empty);