Posts: 4
Threads: 2
Joined: Jan 2017
Reputation:
0
I just installed the Linux version, and there doesn't seem to be any kind of GUI; just the "mgba" command to run with the file name of the ROM. How do I program in my controller? I tried running the Windows version through Wine, but it crashed when I tried to load up a ROM. Is there at least a list of what keys are bound to what buttons on the console?
Posts: 809
Threads: 14
Joined: Apr 2015
Reputation:
34
Pronouns: she/they
How did you install it? That's the SDL UI, which you can't reprogram on its own without hand configuring it. mgba-qt is the version that's the normal GUI.
Posts: 4
Threads: 2
Joined: Jan 2017
Reputation:
0
Oh, I just downloaded the package that had the three *.deb files and installed them all. Nothing new showed up on my Applications bar, so I just ran "mgba" from the terminal, and it gave me options for command-line use.
Aha, I tried "mgba-qt" and that brought up an actual window. Thanks!
Posts: 809
Threads: 14
Joined: Apr 2015
Reputation:
34
Pronouns: she/they
Yep, I was thinking about that earlier. Not sure how to rectify that, because it would belong in manual section 5, but uh, good luck adding something called config.ini to man 5.
Posts: 809
Threads: 14
Joined: Apr 2015
Reputation:
34
Pronouns: she/they
SDLB is for controllers (B = buttons). SDLK is for keyboards (K = keyboard). They're scancodes in SDL.
Posts: 13
Threads: 1
Joined: Feb 2017
Reputation:
0
Pronouns: Male
Oh so it was mgba-qt that pops up a GUI. Thanks for this as I really don't like the x key being mapped as the A button.