Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS

This commit is contained in:
Sam Lantinga
2026-02-12 15:49:49 -08:00
parent 0b1c592fda
commit 9b7f55be89

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();