From 0cfdb19df4642262d893670b868312eee287fe45 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Thu, 6 Aug 2015 10:39:50 -0600 Subject: [PATCH] Qt, SDL: Point out that without -b the default is set in config --- doc/mgba-qt.6 | 3 ++- doc/mgba.6 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/mgba-qt.6 b/doc/mgba-qt.6 index e9130f2fe..cd3ac99d4 100644 --- a/doc/mgba-qt.6 +++ b/doc/mgba-qt.6 @@ -25,7 +25,8 @@ The options are as follows: 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 diff --git a/doc/mgba.6 b/doc/mgba.6 index 132e4ba9d..c1db2f2b2 100644 --- a/doc/mgba.6 +++ b/doc/mgba.6 @@ -40,7 +40,8 @@ Scale the window 6\(mu. 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 .