mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-04-04 23:56:44 +02:00
Improve response time for BT connections
This commit is contained in:
parent
ea69d69a6f
commit
ee6a7fafd4
@ -996,7 +996,8 @@ namespace DS4Windows
|
||||
//outputReportBuffer[1] = 0x80;
|
||||
//outputReportBuffer[1] = 0x84;
|
||||
outputReportBuffer[1] = (byte)(0x80 | btPollRate); // input report rate
|
||||
outputReportBuffer[3] = 0xff;
|
||||
// enable lightbar and rumble
|
||||
outputReportBuffer[3] = 0x03;
|
||||
outputReportBuffer[6] = rightLightFastRumble; // fast motor
|
||||
outputReportBuffer[7] = leftHeavySlowRumble; // slow motor
|
||||
outputReportBuffer[8] = LightBarColor.red; // red
|
||||
|
Loading…
x
Reference in New Issue
Block a user