Just tested with my 8bitdo SN30 pro (USB, evdev) in r45815 & still works fine.
I've attached an updated diff that also removes the woraround from src/arch/gtk3/joystickdrv/joystick_linux_evdev.c. Cheers.
I've attached an updated diff that also removes the woraround from src/arch/gtk3/joystickdrv/joystick_linux_evdev.c. Cheers.
@gpz Yes, but now the fix is in the right function & makes the docstring for joystick_device_add_axis correct :P. Feel free to ignore if you disagree, but I believe this is similar to what @compyx had in mind.
Hi, seeing as it was a straightforward fix I've decided to submit one myself inspired by CKX's original patch & the comment by compyx as this was bugging me (was using SDL2 because of better joystick support but eventually got sick of the monitor interface :P ). See attached. Also, I have two controllers: an 8BitDo SN30pro gamepad, which gets detected as a Microsoft X-Box 360 pad, and a Hori Fighting Stick Mini, which gets detected as Generic X-Box pad. The d-pad/joystick wasn't being picked up on...