polpo / picogus

Emulation of ISA sound cards on Raspberry Pi Pico (GUS, Adlib, MPU-401, Tandy, CMS)
GNU General Public License v2.0
518 stars 34 forks source link

Better HID Joystick/Gamepad support #44

Open DPRCZ opened 1 month ago

DPRCZ commented 1 month ago

You can get inspiration here: https://github.com/ikjordan/picozx81/tree/main/usb

polpo commented 1 month ago

Thanks for pointing this out! I was planning on using https://github.com/RobertDaleSmith/USBRetro as a basis because it supports a lot of different joysticks, but this may be good as a basis for supporting "simple" USB HID joysticks.