From 9e0edea16faff047760f46b3a995eee2dc88ab94 Mon Sep 17 00:00:00 2001 From: Vicki Pfau Date: Wed, 7 May 2025 16:11:23 -0700 Subject: [PATCH] joystick: Assume GIP gamepads have the LED command if no metadata is present --- src/joystick/hidapi/SDL_hidapi_gip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/hidapi/SDL_hidapi_gip.c b/src/joystick/hidapi/SDL_hidapi_gip.c index f199f5eaa2..c22bd52b2f 100644 --- a/src/joystick/hidapi/SDL_hidapi_gip.c +++ b/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)