Removed sending output report when charging status changes for SONYWA

Another Windows 7 only bug. Old workaround might not
be needed anymore due to recent changes.
Related to issue #262
This commit is contained in:
Travis Nickles 2018-04-22 01:47:40 -05:00
parent bfdb81edd0
commit 3137983b9c

View File

@ -996,10 +996,6 @@ namespace DS4Windows
SyncChange?.Invoke(this, EventArgs.Empty);
sendOutputReport(true);
}
else if (oldCharging != charging)
{
sendOutputReport(true);
}
}
ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;