diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index 631427c..d31770b 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -993,6 +993,10 @@ namespace DS4Windows SyncChange?.Invoke(this, EventArgs.Empty); sendOutputReport(true); } + else if (oldCharging != charging) + { + sendOutputReport(true); + } } ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;