Browse Source

Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS

Sam Lantinga 1 month ago
parent
commit
9b7f55be89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/hidapi/ios/hid.m

+ 1 - 1
src/hidapi/ios/hid.m

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