mirror of https://github.com/mgba-emu/mgba.git
doc: Describe the -C option.
This commit is contained in:
parent
9630583646
commit
e856f44274
|
@ -13,6 +13,7 @@
|
||||||
.Nm mgba-qt
|
.Nm mgba-qt
|
||||||
.Op Fl 123456fg
|
.Op Fl 123456fg
|
||||||
.Op Fl b Ar biosfile
|
.Op Fl b Ar biosfile
|
||||||
|
.Op Fl C Ar option Ns = Ns Ar value
|
||||||
.Op Fl l Ar loglevel
|
.Op Fl l Ar loglevel
|
||||||
.Op Fl p Ar patchfile
|
.Op Fl p Ar patchfile
|
||||||
.Op Fl s Ar n
|
.Op Fl s Ar n
|
||||||
|
@ -40,6 +41,11 @@ If this flag is omitted,
|
||||||
.Nm
|
.Nm
|
||||||
will use the BIOS specified in the configuration file,
|
will use the BIOS specified in the configuration file,
|
||||||
or a high\(hylevel emulated BIOS if none is specified.
|
or a high\(hylevel emulated BIOS if none is specified.
|
||||||
|
.It Fl C Ar option Ns = Ns Ar value , Fl -config Ar option Ns = Ns Ar value
|
||||||
|
Override the given config
|
||||||
|
.Ar option
|
||||||
|
with
|
||||||
|
.Ar value .
|
||||||
.It Fl f
|
.It Fl f
|
||||||
Start the emulator full\(hyscreen.
|
Start the emulator full\(hyscreen.
|
||||||
.It Fl g
|
.It Fl g
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
.Nm mgba
|
.Nm mgba
|
||||||
.Op Fl 123456dfg
|
.Op Fl 123456dfg
|
||||||
.Op Fl b Ar biosfile
|
.Op Fl b Ar biosfile
|
||||||
|
.Op Fl C Ar option Ns = Ns Ar value
|
||||||
.Op Fl c Ar cheatfile
|
.Op Fl c Ar cheatfile
|
||||||
.Op Fl l Ar loglevel
|
.Op Fl l Ar loglevel
|
||||||
.Op Fl p Ar patchfile
|
.Op Fl p Ar patchfile
|
||||||
|
@ -42,6 +43,11 @@ If this flag is omitted,
|
||||||
.Nm
|
.Nm
|
||||||
will use the BIOS specified in the configuration file,
|
will use the BIOS specified in the configuration file,
|
||||||
or a high\(hylevel emulated BIOS if none is specified.
|
or a high\(hylevel emulated BIOS if none is specified.
|
||||||
|
.It Fl C Ar option Ns = Ns Ar value , Fl -config Ar option Ns = Ns Ar value
|
||||||
|
Override the given config
|
||||||
|
.Ar option
|
||||||
|
with
|
||||||
|
.Ar value .
|
||||||
.It Fl c Ar cheatfile , Fl -cheats Ar cheatfile
|
.It Fl c Ar cheatfile , Fl -cheats Ar cheatfile
|
||||||
Apply cheat codes from
|
Apply cheat codes from
|
||||||
.Ar cheatfile .
|
.Ar cheatfile .
|
||||||
|
|
Loading…
Reference in New Issue