Results 8 comments of Danilo Arcidiacono

I have the same problem with CMake 3.18.0 on Windows, using MSVC 2019 and the latest OpenEXR release (3.1.2). In my project, I link to OpenEXR as follows: ``` find_package(OpenEXR...

I have the same issue (Windows 11, Node 20.10.0 installed via nvm 1.1.12, pnpm 8.13.1 installed globally via npm). Steps: ``` pnpm init pnpm add chai-as-promised ``` `node_modules` contains only...

I get the same error, my controller is also CFI-ZCT1W

Hello @nsfm thanks for the quick response, now I receive data from the controller, however the mapping seems off. With the controller connected via Bluetooth: - `R2`, `LX`, `LY` change...

@nsfm, I don't call `setWired` nor `setWireless`. I've just tried with NodeJS and the behavior is the same. Let me know how I can help you debug this issue.

@nsfm we had the same idea :) ```typescript process(buffer) { // Bluetooth buffer starts with an extra byte console.clear(); console.log(buffer.toString('hex')); ``` My findings (connected via Bluetooth): ![ps5_mapping](https://github.com/nsfm/dualsense-ts/assets/17272323/e2571b12-fa27-427a-a6cd-385adfecc780) More in depth:...

It seems that the mapping is already correct for the USB case. The only thing that seems suspicius is the "Dpad" attribute which changes when pressing "Triangle", "Square", "Circle" or...

I also agree with @rprieto, roles should not be mandatory if when `ambiguous_role_resolution` is set to `Deny`.