logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mgba-qt — Game Boy Advance emulator

Authors

       Jeffrey Pfau <jeffrey@endrift.com>

Controls

       The default controls are as follows:
       A              x
       B              z
       L              a
       R              s
       Start          ⟨Enter⟩
       Select         ⟨Backspace⟩
       Load state     F1F9
       Save state     ⟨Shift⟩‐F1F9
       Frame advance  ⟨Ctrl⟩‐n

Description

mgba-qt is a Game Boy Advance emulator.  The options are as follows:

       -1      Scale the window 1×.

       -2      Scale the window 2×.

       -3      Scale the window 3×.

       -4      Scale the window 4×.

       -5      Scale the window 5×.

       -6      Scale the window 6×.

       -bbiosfile, --biosbiosfile
               Specify a BIOS file to use during boot.  If this flag is  omitted,  mgba-qt  will  use  the  BIOS
               specified in the configuration file, or a high‐level emulated BIOS if none is specified.

       -Coption=value, --configoption=value
               Override the given config option with value.

       -f      Start the emulator full‐screen.

       -g      Start a gdb(1) session.  By default the session starts on port 2345.

       -lloglevel
               Log messages during emulation.  loglevel is a bitmask defining which types of messages to log:
                  1 – fatal errors
                  2 – errors
                  4 – warnings
                  8 – informative messages
                  16 – debugging messages
                  32 – stub messages for unimplemented features
                  64 – in‐game errors
               The default is to log warnings, errors, fatal errors, and status messages.

       -ppatchfile, --patchpatchfile
               Specify a patch file in BPS, IPS, or UPS format.

       -sn, --frameskipn
               Skip every n frames.

       -tstatefile, --savestatestatefile
               Load initial game state from statefile.

Environment

       XDG_CONFIG_HOME
               The  location  where mgba-qt will look for the configuration directory.  If not set, ~/.config is
               used.

Files

$XDG_CONFIG_HOME/mgba/config.ini
               Default mgba(6) configuration file.
       $XDG_CONFIG_HOME/mgba/qt.ini
               Default mgba-qt configuration file.
       portable.ini
               If this file exists in the current directory, mgba-qt will read config.ini and  qt.ini  from  the
               current directory instead of $XDG_CONFIG_HOME/mgba.

Homepage

mGBAhomepage: https://mgba.io/

       Developmentrepository: https://github.com/mgba-emu/mgba

       Bugtracker: https://github.com/mgba-emu/mgba/issues

       Messageboard: https://forums.mgba.io/

Debian                                            July 29, 2015                                       MGBA-QT(6)

Name

       mgba-qt — Game Boy Advance emulator

Synopsis

mgba-qt  [-123456fg]  [-bbiosfile] [-Coption=value] [-lloglevel] [-ppatchfile] [-sn] [-tstatefile]
               file

See Also