wiredopposite / OGX-Mini

RP2040 USB gamepad emulation for multiple platforms.
MIT License
90 stars 6 forks source link

VID/PID for Nintendo Controllers #4

Closed Invictaz closed 3 months ago

Invictaz commented 4 months ago

List of Nintendo PID and VID's for support

https://the-sz.com/products/usbid/index.php?v=0x057E

Implementations:

https://github.com/Dan611/hid-procon

https://github.com/TheWaveWarden/SwitchProConLinuxUSB

Remember some projects (just like steam) also check for the name of the controller

https://discourse.libsdl.org/t/sdl-dont-rely-on-the-device-vid-pid-to-get-the-nintendo-controller-type/38067

wiredopposite commented 3 months ago

Switch Pro and wired PowerA controller support have been added in v0.2.0

Invictaz commented 3 months ago

Great