Ver código fonte

Fixed Steam Controller BLE report size

Sam Lantinga 3 semanas atrás
pai
commit
7b27056ea0
1 arquivos alterados com 1 adições e 1 exclusões
  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;
                 cbElem = 19;
                 break;
                 break;
             case TRITON_BLE_PID:
             case TRITON_BLE_PID:
-                cbElem = 53;
+                cbElem = 45;
                 break;
                 break;
             default:
             default:
                 abort();
                 abort();