Fixed Steam Controller BLE report size

This commit is contained in:
Sam Lantinga
2026-02-12 15:52:31 -08:00
parent 9b7f55be89
commit 7b27056ea0

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();