The PS5 driver supports Joystick LED

This commit is contained in:
Sam Lantinga 2021-05-17 11:54:05 -07:00
parent b5b7804ed4
commit 333c8e75f1
1 changed files with 1 additions and 1 deletions

View File

@ -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