Open Nold360 opened 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
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:
seems like it's working fine now on the first look