瀏覽代碼

Fixed the GameSir-G7 Pro 8K sensor rate

The reports are delivered at 250 Hz both wired and via the wireless dongle.
Sam Lantinga 1 周之前
父節點
當前提交
862e1e8600
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/joystick/hidapi/SDL_hidapi_gamesir.c

+ 1 - 1
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