Noah
Noah
Hey, I don't know if this helps in any way, shape, or form, but I got some readings on the analog triggers using this tool https://handheldlegend.github.io/procon2tool/ and hidapi and some...
> > Hey, I don't know if this helps in any way, shape, or form, but I got some readings on the analog triggers using this tool https://handheldlegend.github.io/procon2tool/ and hidapi...
> [@Nohzockt](https://github.com/Nohzockt) Thanks, I was just building the project wrong. Have you been able to get this to work in Dolphin? I can't quite seem to figure out what to...
Not sure if this is exactly what you meant, but this is the code for initial initialization with libusb, copying what the procon2tool did with WebUSB. Hope this helps. ```c...
Just found out you don't even have to keep it open just run it once. ```c #include #include #include #include #include #define VENDOR_ID 0x057E const uint16_t PRODUCT_IDS[] = {0x2066, 0x2067,...
> [#13178 (comment)](https://github.com/libsdl-org/SDL/issues/13178#issuecomment-2989186695) > > [@Nohzockt](https://github.com/Nohzockt) Thank you so much for this!! We're almost there. Because of your [#13178 (comment)](https://github.com/libsdl-org/SDL/issues/13178#issuecomment-2974677818) reply, I believe we may be able to Frankenstein a...
> [@Nohzockt](https://github.com/Nohzockt) I noticed a Linux drive appear after I started using your release, and have been wondering how someone would go about removing/stopping the program from running. I'm having...
> [@Nohzockt](https://github.com/Nohzockt) If I remember correctly, a Linux drive appeared on the Windows File Explorer after running the .exe. A little window of a Linux desktop also flashed on and...
> > [@pod-person](https://github.com/pod-person) Although those links might be useful for rumble, gyro, and LED support, I don't see it being too much help for the analog triggers on the GameCube...