mirror of
https://github.com/libretro/mgba.git
synced 2024-11-22 23:49:51 +00:00
Doc: Update man pages
This commit is contained in:
parent
76366ae70a
commit
a6367030db
@ -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:
|
||||
|
16
doc/mgba.6
16
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:
|
||||
|
Loading…
Reference in New Issue
Block a user