فهرست منبع

Fixed Steam Controller BLE report size

Sam Lantinga 1 ماه پیش
والد
کامیت
7b27056ea0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/hidapi/ios/hid.m

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

@@ -798,7 +798,7 @@ static void process_pending_events(void)
                 cbElem = 19;
                 break;
             case TRITON_BLE_PID:
-                cbElem = 53;
+                cbElem = 45;
                 break;
             default:
                 abort();