From 862e1e8600bf87b6534ce3e901e8fef82cbc87db Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 24 Feb 2026 19:44:33 -0800 Subject: [PATCH] Fixed the GameSir-G7 Pro 8K sensor rate The reports are delivered at 250 Hz both wired and via the wireless dongle. --- src/joystick/hidapi/SDL_hidapi_gamesir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/hidapi/SDL_hidapi_gamesir.c b/src/joystick/hidapi/SDL_hidapi_gamesir.c index 1115cdaaaa..2e8b0629f3 100644 --- a/src/joystick/hidapi/SDL_hidapi_gamesir.c +++ b/src/joystick/hidapi/SDL_hidapi_gamesir.c @@ -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