Explorar el Código

Fixed Steam Controller BLE report size

Sam Lantinga hace 3 semanas
padre
commit
7b27056ea0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();