Fixed Steam Controller BLE report size

(cherry picked from commit 7b27056ea0)
This commit is contained in:
Sam Lantinga 2026-02-12 15:52:31 -08:00
parent c6a81a0e4c
commit d960a2279a

View file

@ -798,7 +798,7 @@ static void process_pending_events(void)
cbElem = 19;
break;
case TRITON_BLE_PID:
cbElem = 53;
cbElem = 45;
break;
default:
abort();