mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-05 22:30:29 +00:00
Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS
(cherry picked from commit 9b7f55be89)
This commit is contained in:
parent
69db06bcd2
commit
c6a81a0e4c
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ static void process_pending_events(void)
|
|||
*dst = 0x03;
|
||||
break;
|
||||
case TRITON_BLE_PID:
|
||||
*dst = 0x42;
|
||||
*dst = 0x45;
|
||||
break;
|
||||
default:
|
||||
abort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue