DEBIAN: Add manpages for gvbam and wxvbam, thanks to Jeremy Newton for writing them.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1093 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
3fe64a7485
commit
f595b6fb5e
|
@ -0,0 +1,32 @@
|
|||
.TH gvbam 1 "March 28, 2012"
|
||||
.SH NAME
|
||||
VBAM-GTK \- (aka
|
||||
.B gvbam
|
||||
) A gtk GUI for a high compatibility Gameboy Advance
|
||||
Emulator combining Visual Boy Advance developments.
|
||||
.SH SYNOPSIS
|
||||
.B GVBAM
|
||||
.RI [ options ]
|
||||
.SH DESCRIPTION
|
||||
.B VisualBoyAdvance-M
|
||||
is a Nintendo Game Boy Emulator with high compatibility with
|
||||
commercial games.
|
||||
.P
|
||||
It emulates the Nintendo Game Boy Advance hand held console, in
|
||||
addition to the original Game Boy hand held systems and its Super and Color
|
||||
variants.
|
||||
.P
|
||||
VBA-M is a continued development of the now inactive VisualBoy
|
||||
Advance project, with many improvements from various developments of VBA.
|
||||
.P
|
||||
This application is the GTK GUI version of VisualBoyAdvance-M.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BI "\-h, \-\-help
|
||||
Output version information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Output version information
|
||||
.SH AUTHOR
|
||||
This manual page was written by Jeremy Newton <alexjnewt@hotmail.com>,
|
||||
for the RPMFusion and VBAM. This man page can be free used by anyone.
|
|
@ -0,0 +1 @@
|
|||
debian/gvbam.1
|
|
@ -0,0 +1 @@
|
|||
debian/wxvbam.1
|
|
@ -0,0 +1,50 @@
|
|||
.TH wxvbam 1 "March 28, 2012"
|
||||
.SH NAME
|
||||
VBAM-WX \- (aka
|
||||
.B wxvbam
|
||||
) A wxWidgets GUI for a high compatibility Gameboy Advance
|
||||
Emulator combining Visual Boy Advance developments.
|
||||
.SH SYNOPSIS
|
||||
.B WXVBAM
|
||||
.RI [ options ]
|
||||
.SH DESCRIPTION
|
||||
.B VisualBoyAdvance-M
|
||||
is a Nintendo Game Boy Emulator with high compatibility with
|
||||
commercial games.
|
||||
.P
|
||||
It emulates the Nintendo Game Boy Advance hand held console, in
|
||||
addition to the original Game Boy hand held systems and its Super and Color
|
||||
variants.
|
||||
.P
|
||||
VBA-M is a continued development of the now inactive VisualBoy
|
||||
Advance project, with many improvements from various developments of VBA.
|
||||
.P
|
||||
This application is the wxWidgets GUI version of VisualBoyAdvance-M.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.BI "\-h, \-\-help
|
||||
Show help message
|
||||
.TP
|
||||
.B \-\-verbose
|
||||
Generate verbose log messages
|
||||
.TP
|
||||
.B \-\-save-xrc=<str>
|
||||
Save built-in XRC file and exit
|
||||
.TP
|
||||
.B \-\-save-over=<str>
|
||||
Save built-in vba-over.ini and exit
|
||||
.TP
|
||||
.B \-\-print-cfg-path
|
||||
Print configuration path and exit
|
||||
.TP
|
||||
.B \-f, \-\-fullscreen
|
||||
Start in full-screen mode
|
||||
.TP
|
||||
.B \-s, \-\-delete-shared-state
|
||||
Delete shared link state first, if it exists
|
||||
.TP
|
||||
.B \-o, \-\-list-options
|
||||
List all settable options and exit
|
||||
.SH AUTHOR
|
||||
This manual page was written by Jeremy Newton <alexjnewt@hotmail.com>,
|
||||
for the RPMFusion and VBAM. This man page can be free used by anyone.
|
Loading…
Reference in New Issue