mirror of https://github.com/mgba-emu/mgba.git
Qt, SDL: Point out that without -b the default is set in config
This commit is contained in:
parent
099b6f20c5
commit
0cfdb19df4
|
@ -25,7 +25,8 @@ The options are as follows:
|
||||||
Specify a BIOS file to use during boot.
|
Specify a BIOS file to use during boot.
|
||||||
If this flag is omitted,
|
If this flag is omitted,
|
||||||
.Nm
|
.Nm
|
||||||
will use a high\(hylevel emulated BIOS.
|
will use the BIOS specified in the configuration file,
|
||||||
|
or a high\(hylevel emulated BIOS if none is specified.
|
||||||
.It Fl l Ar loglevel
|
.It Fl l Ar loglevel
|
||||||
Log messages during emulation.
|
Log messages during emulation.
|
||||||
.Ar loglevel
|
.Ar loglevel
|
||||||
|
|
|
@ -40,7 +40,8 @@ Scale the window 6\(mu.
|
||||||
Specify a BIOS file to use during boot.
|
Specify a BIOS file to use during boot.
|
||||||
If this flag is omitted,
|
If this flag is omitted,
|
||||||
.Nm
|
.Nm
|
||||||
will use a high\(hylevel emulated BIOS.
|
will use the BIOS specified in the configuration file,
|
||||||
|
or a high\(hylevel emulated BIOS if none is specified.
|
||||||
.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