mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +01:00
Send output report to SONYWA controller when charging status changes
This commit is contained in:
parent
a5e9ba57bd
commit
a9348d1488
@ -993,6 +993,10 @@ namespace DS4Windows
|
|||||||
SyncChange?.Invoke(this, EventArgs.Empty);
|
SyncChange?.Invoke(this, EventArgs.Empty);
|
||||||
sendOutputReport(true);
|
sendOutputReport(true);
|
||||||
}
|
}
|
||||||
|
else if (oldCharging != charging)
|
||||||
|
{
|
||||||
|
sendOutputReport(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;
|
ds4InactiveFrame = cState.FrameCounter == pState.FrameCounter;
|
||||||
|
Loading…
Reference in New Issue
Block a user