trzy / Supermodel

Official repository of the Sega Model 3 arcade emulator.
https://supermodel3.com
264 stars 37 forks source link

Issues configuring joystick #49

Open slaminger opened 1 year ago

slaminger commented 1 year ago

I've got an odroid h2+ x86 intel board inside of an arcade cab, running Ubuntu 22. I compiled the emulator and when i run the command: ./supermodel -config-inputs The window comes up, but it won't accept my joystick/button inputs. I am using a dragon usb encoder, and it works in RetroArch and various stand alone emulators, not sure what exactly the issue is, any help would be appreciated.

The keyboard works if i press a button as input as well.

trzy commented 1 year ago

Unfortunately, I'm not sure how these USB encoders work. It sounds like they are not presenting themselves as standard joysticks that SDL2 can detect. Do they work with any other SDL2 software? I think MAME uses that library as well.

slaminger commented 1 year ago

Unfortunately, I'm not sure how these USB encoders work. It sounds like they are not presenting themselves as standard joysticks that SDL2 can detect. Do they work with any other SDL2 software? I think MAME uses that library as well.

They do work in Mame yes, this is the time I've encountered this issue.