Skip to content

DualShock 3: SDL_SetGamepadLED -> That operation is not supported #13121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Megamouse opened this issue May 25, 2025 · 2 comments
Open

DualShock 3: SDL_SetGamepadLED -> That operation is not supported #13121

Megamouse opened this issue May 25, 2025 · 2 comments
Assignees
Milestone

Comments

@Megamouse
Copy link

Megamouse commented May 25, 2025

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.

@slouken
Copy link
Collaborator

slouken commented May 26, 2025

The mono LED property is only set by the Logitech driver, so I'm surprised that it's showing true for the DualShock 3 controller. Can you provide your full code?

@slouken slouken added this to the 3.2.16 milestone May 29, 2025
@slouken slouken self-assigned this May 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants