瀏覽代碼

joystick: Assume GIP gamepads have the LED command if no metadata is present

Vicki Pfau 5 月之前
父節點
當前提交
9e0edea16f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/joystick/hidapi/SDL_hidapi_gip.c

+ 1 - 1
src/joystick/hidapi/SDL_hidapi_gip.c

@@ -219,7 +219,7 @@
 #define GIP_HELLO_TIMEOUT 2000
 
 #define GIP_DEFAULT_IN_SYSTEM_MESSAGES 0x5e
-#define GIP_DEFAULT_OUT_SYSTEM_MESSAGES 0x72
+#define GIP_DEFAULT_OUT_SYSTEM_MESSAGES 0x472
 
 #define GIP_FEATURE_CONSOLE_FUNCTION_MAP (1u << 0)
 #define GIP_FEATURE_CONSOLE_FUNCTION_MAP_OVERFLOW (1u << 1)