xqemu / xqemu-manager

Simple graphical user interface to manage XQEMU
http://xqemu.com
GNU General Public License v2.0
34 stars 10 forks source link

Add input device configuration #3

Closed mborgerson closed 5 years ago

mborgerson commented 6 years ago

Eventually XQEMU will support emulating Xbox controllers using SDL2 input devices (which might actually be Xbox controllers...). Once available, Update: XQEMU now supports SDL2 input devices! This should be configurable through this page. That is:

JayFoxRox commented 6 years ago

We should not worry too much about remapping each button for now.

It's more critical we add an option to select one of the 3 methods mentioned on https://xqemu.com/input/ asap.

I don't currently see any information which input option is chosen by default, and I'm not sure if there is any because the command-line in main.py does not seem to map anything explicitly.


Could also add a quick, more powerful workaround using #10

dracc commented 6 years ago

main.py currently maps one controller (keyboard) to port 1, iirc? Edit: Nope, @jayfoxrox was right, currently no gamepad assignment is done.

JayFoxRox commented 5 years ago

I think this is mostly implemented in #31 ?

mborgerson commented 5 years ago

Yeah, I consider this issue resolved now. Further refining can be tracked separately.