Browse Source

The PS5 driver supports Joystick LED

Sam Lantinga 4 năm trước cách đây
mục cha
commit
333c8e75f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/joystick/hidapi/SDL_hidapi_ps5.c

+ 1 - 1
src/joystick/hidapi/SDL_hidapi_ps5.c

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