mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
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:
parent
bfdb81edd0
commit
3137983b9c
@ -996,10 +996,6 @@ namespace DS4Windows
|
||||
SyncChange?.Invoke(this, EventArgs.Empty);
|
||||
sendOutputReport(true);
|
||||
}
|
||||
else if (oldCharging != charging)
|
||||
{
|
||||
sendOutputReport(true);
|
||||
}
|
||||
}
|
||||
|
||||
ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;
|
||||
|
Loading…
Reference in New Issue
Block a user