mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-25 02:48:50 +02:00
Added support for the Logitech Cordless Precision PS3 controller
This commit is contained in:
@@ -801,7 +801,7 @@ static SDL_bool HIDAPI_DriverPS3ThirdParty_UpdateDevice(SDL_HIDAPI_Device *devic
|
||||
continue;
|
||||
}
|
||||
|
||||
if (size == 27) {
|
||||
if (size >= 19) {
|
||||
HIDAPI_DriverPS3ThirdParty_HandleStatePacket(joystick, ctx, data, size);
|
||||
} else {
|
||||
#ifdef DEBUG_JOYSTICK
|
||||
|
||||
Reference in New Issue
Block a user