mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-23 05:31:12 +01:00
Change output report for BT
This commit is contained in:
parent
4ae72cfdb2
commit
0cf1956566
@ -997,7 +997,7 @@ namespace DS4Windows
|
|||||||
//outputReportBuffer[1] = 0x84;
|
//outputReportBuffer[1] = 0x84;
|
||||||
outputReportBuffer[1] = (byte)(0x80 | btPollRate); // input report rate
|
outputReportBuffer[1] = (byte)(0x80 | btPollRate); // input report rate
|
||||||
// enable lightbar and rumble
|
// enable lightbar and rumble
|
||||||
outputReportBuffer[3] = 0x07;
|
outputReportBuffer[3] = 0xf7;
|
||||||
outputReportBuffer[6] = rightLightFastRumble; // fast motor
|
outputReportBuffer[6] = rightLightFastRumble; // fast motor
|
||||||
outputReportBuffer[7] = leftHeavySlowRumble; // slow motor
|
outputReportBuffer[7] = leftHeavySlowRumble; // slow motor
|
||||||
outputReportBuffer[8] = ligtBarColor.red; // red
|
outputReportBuffer[8] = ligtBarColor.red; // red
|
||||||
|
Loading…
x
Reference in New Issue
Block a user