mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Fix mistyped output report message for Steam Controller
This caused hiccups in BlueZ BT driver for Linux
This commit is contained in:
parent
f7a8801227
commit
bb3c61390a
1 changed files with 1 additions and 2 deletions
|
|
@ -179,9 +179,8 @@ typedef struct
|
|||
uint16_t on_us;
|
||||
uint16_t off_us;
|
||||
uint16_t repeat_count;
|
||||
uint16_t gain_db;
|
||||
} MsgHapticPulse;
|
||||
#define HID_HAPTIC_PULSE_OUTPUT_REPORT_BYTES 10
|
||||
#define HID_HAPTIC_PULSE_OUTPUT_REPORT_BYTES 8
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue