all repos — mgba @ ccd6034ba115f470cd27edea5ded58365cd44734

mGBA Game Boy Advance Emulator

doc: Describe the -C option.
Anthony J. Bentley anthony@anjbe.name
Fri, 20 Apr 2018 12:34:27 -0600
commit

ccd6034ba115f470cd27edea5ded58365cd44734

parent

5fad3d11029d30e315109b2fba856ac50d3c2a5f

2 files changed, 12 insertions(+), 0 deletions(-)

jump to
M doc/mgba-qt.6doc/mgba-qt.6

@@ -13,6 +13,7 @@ .Sh SYNOPSIS

.Nm mgba-qt .Op Fl 123456fg .Op Fl b Ar biosfile +.Op Fl C Ar option Ns = Ns Ar value .Op Fl l Ar loglevel .Op Fl p Ar patchfile .Op Fl s Ar n

@@ -40,6 +41,11 @@ If this flag is omitted,

.Nm will use the BIOS specified in the configuration file, 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 Start the emulator full\(hyscreen. .It Fl g
M doc/mgba.6doc/mgba.6

@@ -13,6 +13,7 @@ .Sh SYNOPSIS

.Nm mgba .Op Fl 123456dfg .Op Fl b Ar biosfile +.Op Fl C Ar option Ns = Ns Ar value .Op Fl c Ar cheatfile .Op Fl l Ar loglevel .Op Fl p Ar patchfile

@@ -42,6 +43,11 @@ If this flag is omitted,

.Nm will use the BIOS specified in the configuration file, 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 Apply cheat codes from .Ar cheatfile .