Open
Description
Hi,
I'm using a DualShock 3 on SDL 3.2.14 on Win11 and the properties report SDL_PROP_GAMEPAD_CAP_RGB_LED_BOOLEAN and SDL_PROP_GAMEPAD_CAP_MONO_LED_BOOLEAN.
But whenever I call SDL_SetGamepadLED (generic call when the LEDs are available) it will return an error "That operation is not supported".
I'm using SDL_HINT_JOYSTICK_HIDAPI_PS3_SIXAXIS_DRIVER "1".
Is this a bug or an unsupported driver ?
Why is it reporting the LED but then fails the call ?
The DS3 only has red player LED indicators, so the properties are clearly wrong in my opinion.