usb64 icon indicating copy to clipboard operation
usb64 copied to clipboard

usb64 - A project developed to use USB controllers on the Nintendo 64 console :tv: :video_game:

Results 17 usb64 issues
Sort by recently updated
recently updated
newest added

Hi again, it seems to me like the hardwired controller is not working ootb. I did a simple change to this line & made it work: https://github.com/Ryzee119/usb64/blob/61153f4a6460ac3999420088cc43a3ff9ed7406a/src/main.cpp#L154 i changed it...

As title says using a Japanese release of the NSO n64 wireless controllers connected to 8bitdo usb dongle v2 on latest firmware. I used [usb64_8bitdo_n64fix.zip](https://github.com/Ryzee119/usb64/files/8319402/usb64_8bitdo_n64fix.zip) from #57 playing on an...

I noticed there's briefly a bit of drift after you stop moving your mouse. Reducing the idle timer seems to address this -- see [this trivial change](https://github.com/Ryzee119/usb64/commit/ebb7dd2ddf097978f719e6f7d52dfd067599463e) for a potential...

Can you make a updated firmware of the latest release but compatible with 8bitdo latest v2 dongle? Since in #57 you released a version for older dongle which is now...

* Rename `game` to `rom` (although n64digital uses it, we should not!). * Moves current ROM "DB" to a seperate header for easier improvement (and suggested movement to SD). *...

Introduced a new virtual pack controller configuration, **SWAP THUMB STICKS TOGGLE**. This new configuration option allows the analog stick input to be swapped for a more modern control feel for...

Linked to https://github.com/Ryzee119/usb64/pull/47 TinyUsb Issues https://github.com/hathach/tinyusb/issues/1624 https://github.com/hathach/tinyusb/issues/1604 Theres also some buffer overflows that can happen on the STM32 host driver as it always DMAs a full packet size and tusb...

~~If it's a standard Xbox360/XBONE like controller but with non-standard PID/VID you can try simpling adding the PID/VID here: https://github.com/Ryzee119/USBHost_t36/blob/8fe414477b8b3e1e4e404e2a2fbe298e8e5b3b39/joystick.cpp#L40~~ (Shouldnt ever be needed anymore) If it's a generic HID...

documentation