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 l Ar loglevel
|
||||||
.Op Fl p Ar patchfile
|
.Op Fl p Ar patchfile
|
||||||
.Op Fl s Ar n
|
.Op Fl s Ar n
|
||||||
|
.Op Fl t Ar statefile
|
||||||
.Ar file
|
.Ar file
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
@ -71,13 +72,7 @@ is a bitmask defining which types of messages to log:
|
|||||||
.It
|
.It
|
||||||
32 \(en stub messages for unimplemented features
|
32 \(en stub messages for unimplemented features
|
||||||
.It
|
.It
|
||||||
256 \(en in\(hygame errors
|
64 \(en in\(hygame errors
|
||||||
.It
|
|
||||||
512 \(en software interrupts
|
|
||||||
.It
|
|
||||||
1024 \(en emulator status messages
|
|
||||||
.It
|
|
||||||
2048 \(en serial I/O messages
|
|
||||||
.El
|
.El
|
||||||
The default is to log warnings, errors, fatal errors, and status messages.
|
The default is to log warnings, errors, fatal errors, and status messages.
|
||||||
.It Fl p Ar patchfile , Fl -patch Ar patchfile
|
.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
|
Skip every
|
||||||
.Ar n
|
.Ar n
|
||||||
frames.
|
frames.
|
||||||
|
.It Fl t Ar statefile , Fl -savestate Ar statefile
|
||||||
|
Load initial game state from
|
||||||
|
.Ar statefile .
|
||||||
.El
|
.El
|
||||||
.Sh CONTROLS
|
.Sh CONTROLS
|
||||||
The default controls are as follows:
|
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 l Ar loglevel
|
||||||
.Op Fl p Ar patchfile
|
.Op Fl p Ar patchfile
|
||||||
.Op Fl s Ar n
|
.Op Fl s Ar n
|
||||||
.Op Fl v Ar moviefile
|
.Op Fl t Ar statefile
|
||||||
.Ar file
|
.Ar file
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
.Nm
|
.Nm
|
||||||
@ -79,13 +79,7 @@ is a bitmask defining which types of messages to log:
|
|||||||
.It
|
.It
|
||||||
32 \(en stub messages for unimplemented features
|
32 \(en stub messages for unimplemented features
|
||||||
.It
|
.It
|
||||||
256 \(en in\(hygame errors
|
64 \(en in\(hygame errors
|
||||||
.It
|
|
||||||
512 \(en software interrupts
|
|
||||||
.It
|
|
||||||
1024 \(en emulator status messages
|
|
||||||
.It
|
|
||||||
2048 \(en serial I/O messages
|
|
||||||
.El
|
.El
|
||||||
The default is to log warnings, errors, fatal errors, and status messages.
|
The default is to log warnings, errors, fatal errors, and status messages.
|
||||||
.It Fl p Ar patchfile , Fl -patch Ar patchfile
|
.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
|
Skip every
|
||||||
.Ar n
|
.Ar n
|
||||||
frames.
|
frames.
|
||||||
.It Fl v Ar moviefile , Fl -movie Ar moviefile
|
.It Fl t Ar statefile , Fl -savestate Ar statefile
|
||||||
Play back a movie of recording input from
|
Load initial game state from
|
||||||
.Ar moviefile .
|
.Ar statefile .
|
||||||
.El
|
.El
|
||||||
.Sh CONTROLS
|
.Sh CONTROLS
|
||||||
The default controls are as follows:
|
The default controls are as follows:
|
||||||
|
Loading…
Reference in New Issue
Block a user