Przeglądaj źródła

Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS

(cherry picked from commit 9b7f55be894ce5e4059b715c79caa9b769250713)
Sam Lantinga 3 miesięcy temu
rodzic
commit
c6a81a0e4c
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
             *dst = 0x03;
             break;
             break;
         case TRITON_BLE_PID:
         case TRITON_BLE_PID:
-            *dst = 0x42;
+            *dst = 0x45;
             break;
             break;
         default:
         default:
             abort();
             abort();