mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed the GameSir-G7 Pro 8K sensor rate
The reports are delivered at 250 Hz both wired and via the wireless dongle.
This commit is contained in:
parent
ea539c0075
commit
862e1e8600
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
#define GAMESIR_PACKET_HEADER_0 0xA1
|
||||
#define GAMESIR_PACKET_HEADER_1_GAMEPAD 0xC8
|
||||
#define GAMESIR_IMU_RATE_HZ 1000
|
||||
#define GAMESIR_IMU_RATE_HZ 250
|
||||
|
||||
#define BTN_A 0x01
|
||||
#define BTN_B 0x02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue