mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-24 23:51:49 +01:00
Make sure to use sync write for SONYWA
This commit is contained in:
parent
dad4606558
commit
87182d3b60
@ -714,7 +714,7 @@ namespace DS4Windows
|
|||||||
timeoutEvent = false;
|
timeoutEvent = false;
|
||||||
ds4InactiveFrame = true;
|
ds4InactiveFrame = true;
|
||||||
idleInput = true;
|
idleInput = true;
|
||||||
bool syncWriteReport = conType == ConnectionType.USB;
|
bool syncWriteReport = conType != ConnectionType.BT;
|
||||||
|
|
||||||
int maxBatteryValue = 0;
|
int maxBatteryValue = 0;
|
||||||
int tempBattery = 0;
|
int tempBattery = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user