diff --git a/doc/mgba-qt.6 b/doc/mgba-qt.6 index 3cacd0ce0..ca4255f38 100644 --- a/doc/mgba-qt.6 +++ b/doc/mgba-qt.6 @@ -17,6 +17,7 @@ .Op Fl l Ar loglevel .Op Fl p Ar patchfile .Op Fl s Ar n +.Op Fl t Ar statefile .Ar file .Sh DESCRIPTION .Nm @@ -71,13 +72,7 @@ is a bitmask defining which types of messages to log: .It 32 \(en stub messages for unimplemented features .It -256 \(en in\(hygame errors -.It -512 \(en software interrupts -.It -1024 \(en emulator status messages -.It -2048 \(en serial I/O messages +64 \(en in\(hygame errors .El The default is to log warnings, errors, fatal errors, and status messages. .It Fl p Ar patchfile , Fl -patch Ar patchfile @@ -86,6 +81,9 @@ Specify a patch file in BPS, IPS, or UPS format. Skip every .Ar n frames. +.It Fl t Ar statefile , Fl -savestate Ar statefile +Load initial game state from +.Ar statefile . .El .Sh CONTROLS The default controls are as follows: diff --git a/doc/mgba.6 b/doc/mgba.6 index 4f8862e6d..640c878c6 100644 --- a/doc/mgba.6 +++ b/doc/mgba.6 @@ -18,7 +18,7 @@ .Op Fl l Ar loglevel .Op Fl p Ar patchfile .Op Fl s Ar n -.Op Fl v Ar moviefile +.Op Fl t Ar statefile .Ar file .Sh DESCRIPTION .Nm @@ -79,13 +79,7 @@ is a bitmask defining which types of messages to log: .It 32 \(en stub messages for unimplemented features .It -256 \(en in\(hygame errors -.It -512 \(en software interrupts -.It -1024 \(en emulator status messages -.It -2048 \(en serial I/O messages +64 \(en in\(hygame errors .El The default is to log warnings, errors, fatal errors, and status messages. .It Fl p Ar patchfile , Fl -patch Ar patchfile @@ -94,9 +88,9 @@ Specify a patch file in BPS, IPS, or UPS format. Skip every .Ar n frames. -.It Fl v Ar moviefile , Fl -movie Ar moviefile -Play back a movie of recording input from -.Ar moviefile . +.It Fl t Ar statefile , Fl -savestate Ar statefile +Load initial game state from +.Ar statefile . .El .Sh CONTROLS The default controls are as follows: