all repos — mgba @ 0cfdb19df4642262d893670b868312eee287fe45

mGBA Game Boy Advance Emulator

Qt, SDL: Point out that without -b the default is set in config
Anthony J. Bentley anthony@anjbe.name
Thu, 06 Aug 2015 10:39:50 -0600
commit

0cfdb19df4642262d893670b868312eee287fe45

parent

099b6f20c57424da8b9a6dcedbfcc363cbd29e37

2 files changed, 4 insertions(+), 2 deletions(-)

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

@@ -25,7 +25,8 @@ .It Fl b Ar biosfile , Fl -bios Ar biosfile

Specify a BIOS file to use during boot. If this flag is omitted, .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 Log messages during emulation. .Ar loglevel
M doc/mgba.6doc/mgba.6

@@ -40,7 +40,8 @@ .It Fl b Ar biosfile , Fl -bios Ar biosfile

Specify a BIOS file to use during boot. If this flag is omitted, .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 Apply cheat codes from .Ar cheatfile .