Ryzee119 / usb64

usb64 - A project developed to use USB controllers on the Nintendo 64 console :tv: :video_game:
MIT License
149 stars 15 forks source link

Hardwired controller is not working #68

Open Nold360 opened 1 year ago

Nold360 commented 1 year ago

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 to:

if (input_is_gamecontroller(c) || input_is_hw_gamecontroller(c)) 

seems like it's working fine now on the first look