Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Config file?
#1
Hello there,

I'm using mgba-sdl on Arch Linux, and was wondering if you could provide a detailed configuration file, in order to allow us to change keyboard mapping for example.

Also, having a key to quit the emulator would be nice: launching mgba in fullscreen will lead to a painful experience when you want to quit...
Reply

#2
Alt-F4 or whatever your window manager does to send a quit event will quit the emulator.

As for key mappings and other config stuff, that's a bit more detailed...it would look something like this:

Code:
[input.SDLK]
keyL=[...]
keyR=[...]
keyStart=[...]
keyDown=[...]
keyLeft=[...]
keyB=[...]
keyUp=[...]
keyA=[...]
keyRight=[...]
keySelect=[...]

Where each [...] is an SDL scancode.
Reply

#3
Thank you for your answer, that's kind of what I thought.

But still, a complete config file in the tarball would be nice, in order for the user to know how to configure rewinding, key mapping, and everything else, in case we do not use the GUI...

Plus, isn't the keymapping using SDL keycode instead of scancode?
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.