mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS
This commit is contained in:
@@ -589,7 +589,7 @@ static void process_pending_events(void)
|
||||
*dst = 0x03;
|
||||
break;
|
||||
case TRITON_BLE_PID:
|
||||
*dst = 0x42;
|
||||
*dst = 0x45;
|
||||
break;
|
||||
default:
|
||||
abort();
|
||||
|
||||
Reference in New Issue
Block a user