Skip to content

Commit

Permalink
The PS5 driver supports Joystick LED
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 17, 2021
1 parent b5b7804 commit 333c8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/hidapi/SDL_hidapi_ps5.c
Expand Up @@ -709,7 +709,7 @@ HIDAPI_DriverPS5_RumbleJoystickTriggers(SDL_HIDAPI_Device *device, SDL_Joystick
static SDL_bool
HIDAPI_DriverPS5_HasJoystickLED(SDL_HIDAPI_Device *device, SDL_Joystick *joystick)
{
return SDL_FALSE;
return SDL_TRUE;
}

static int
Expand Down

0 comments on commit 333c8e7

Please sign in to comment.