From 7b27056ea001e8a460da2b4ca6dfe3db2c66aeea Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 12 Feb 2026 15:52:31 -0800 Subject: [PATCH] Fixed Steam Controller BLE report size --- src/hidapi/ios/hid.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hidapi/ios/hid.m b/src/hidapi/ios/hid.m index b39fe10113..d6f6d76363 100644 --- a/src/hidapi/ios/hid.m +++ b/src/hidapi/ios/hid.m @@ -798,7 +798,7 @@ static void process_pending_events(void) cbElem = 19; break; case TRITON_BLE_PID: - cbElem = 53; + cbElem = 45; break; default: abort();