mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-01 14:48:19 +00:00
Fixed Steam Controller BLE report size
This commit is contained in:
@@ -798,7 +798,7 @@ static void process_pending_events(void)
|
||||
cbElem = 19;
|
||||
break;
|
||||
case TRITON_BLE_PID:
|
||||
cbElem = 53;
|
||||
cbElem = 45;
|
||||
break;
|
||||
default:
|
||||
abort();
|
||||
|
||||
Reference in New Issue
Block a user