Skip to content

Commit 9e0edea

Browse files
endriftslouken
authored andcommitted
joystick: Assume GIP gamepads have the LED command if no metadata is present
1 parent 9a96960 commit 9e0edea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/joystick/hidapi/SDL_hidapi_gip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
#define GIP_HELLO_TIMEOUT 2000
220220

221221
#define GIP_DEFAULT_IN_SYSTEM_MESSAGES 0x5e
222-
#define GIP_DEFAULT_OUT_SYSTEM_MESSAGES 0x72
222+
#define GIP_DEFAULT_OUT_SYSTEM_MESSAGES 0x472
223223

224224
#define GIP_FEATURE_CONSOLE_FUNCTION_MAP (1u << 0)
225225
#define GIP_FEATURE_CONSOLE_FUNCTION_MAP_OVERFLOW (1u << 1)

0 commit comments

Comments
 (0)