Skip to content

Commit

Permalink
Input: Support additional USB Hub
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzee119 authored Oct 26, 2022
1 parent 0c0727f commit 61153f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ USBHub hub1(usbh);
USBHub hub2(usbh);
USBHub hub3(usbh);
USBHub hub4(usbh);
USBHub hub5(usbh);
#endif

JoystickController joy1(usbh);
Expand Down

0 comments on commit 61153f4

Please sign in to comment.