Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS

(cherry picked from commit 9b7f55be89)
This commit is contained in:
Sam Lantinga 2026-02-12 15:49:49 -08:00
parent 69db06bcd2
commit c6a81a0e4c

View file

@ -589,7 +589,7 @@ static void process_pending_events(void)
*dst = 0x03;
break;
case TRITON_BLE_PID:
*dst = 0x42;
*dst = 0x45;
break;
default:
abort();