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