usb64 icon indicating copy to clipboard operation
usb64 copied to clipboard

Hardwired controller is not working

Open Nold360 opened this issue 2 years ago • 0 comments

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

Nold360 avatar Oct 11 '23 08:10 Nold360