mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
Fixed Steam Controller BLE report size
(cherry picked from commit 7b27056ea0)
This commit is contained in:
parent
c6a81a0e4c
commit
d960a2279a
1 changed files with 1 additions and 1 deletions
|
|
@ -798,7 +798,7 @@ static void process_pending_events(void)
|
|||
cbElem = 19;
|
||||
break;
|
||||
case TRITON_BLE_PID:
|
||||
cbElem = 53;
|
||||
cbElem = 45;
|
||||
break;
|
||||
default:
|
||||
abort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue