update manpages for cli, gtk, glade ports
This commit is contained in:
parent
c60ce7faa1
commit
21f8b3fbcf
|
@ -44,12 +44,12 @@ Disables the sound emulation
|
||||||
Disables the 60 fps limiter
|
Disables the 60 fps limiter
|
||||||
.TP
|
.TP
|
||||||
.B \-\-3d-engine=ENGINE
|
.B \-\-3d-engine=ENGINE
|
||||||
Enables software 3d rasterizer, available ENGINES:
|
Select available 3d emulation:
|
||||||
.RS
|
.RS
|
||||||
0 = 3d disabled - default
|
0 = 3d disabled
|
||||||
.RE
|
.RE
|
||||||
.RS
|
.RS
|
||||||
1 = internal desmume software rasterizer
|
1 = internal desmume software rasterizer (default)
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \-\-opengl-2d
|
.B \-\-opengl-2d
|
||||||
|
@ -64,6 +64,30 @@ Enable the ARM9 GDB stub on the given port
|
||||||
.B \-\-arm7gdb=PORT_NUM
|
.B \-\-arm7gdb=PORT_NUM
|
||||||
Enable the ARM7 GDB stub on the given port
|
Enable the ARM7 GDB stub on the given port
|
||||||
.TP
|
.TP
|
||||||
|
.B \-\-save-type=TYPE
|
||||||
|
Select savetype from the following:
|
||||||
|
.RS
|
||||||
|
0 = Autodetect
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
1 = EEPROM 4kbit
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
2 = EEPROM 64kbit
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
3 = EEPROM 512kbit
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
4 = FRAM 256kbit
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
5 = FLASH 2mbit
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
6 = FLASH 4mbit
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
.B \-\-fwlang=LANG
|
.B \-\-fwlang=LANG
|
||||||
Set the language in the firmware, LANG as follows:
|
Set the language in the firmware, LANG as follows:
|
||||||
.RS
|
.RS
|
||||||
|
@ -95,9 +119,43 @@ Show summary of options.
|
||||||
Show version of program.
|
Show version of program.
|
||||||
.PP
|
.PP
|
||||||
Some options may be unavailable, depending on compile-time configuration, for instance gdb stubs and opengl.
|
Some options may be unavailable, depending on compile-time configuration, for instance gdb stubs and opengl.
|
||||||
.SH SEE ALSO
|
.SH INPUT
|
||||||
.BR undocumented (7)
|
Mouse cursor acts as stylus, mouse click replaces stylus touch.
|
||||||
.br
|
.PP
|
||||||
|
Keyboard is configured as follows:
|
||||||
|
.RS
|
||||||
|
F1-F10 load savegame from slot 1-10
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Shift+F1-F10 save game to slot 1-10
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Non-keypad arrows act as d-pad
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
z = A
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
x = B
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
a = Y
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
s = X
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
q = L
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
w = R
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Enter = START
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Left Shift = SELECT
|
||||||
|
.RE
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
desmume was written by DeSmuME team
|
desmume was written by DeSmuME team
|
||||||
(http://sourceforge.net/projects/desmume).
|
(http://sourceforge.net/projects/desmume).
|
||||||
|
|
|
@ -33,13 +33,24 @@ program
|
||||||
These programs follow the usual GNU command line syntax, with long
|
These programs follow the usual GNU command line syntax, with long
|
||||||
options starting with two dashes (`-').
|
options starting with two dashes (`-').
|
||||||
A summary of options is included below.
|
A summary of options is included below.
|
||||||
For a complete description, see the Info files.
|
.TP
|
||||||
|
.B \-\-load-slot=NUM
|
||||||
|
Loads savegame from slot NUM
|
||||||
.TP
|
.TP
|
||||||
.B \-\-soft-convert
|
.B \-\-soft-convert
|
||||||
Use software colour conversion during OpenGL screen rendering. May produce better or worse frame rates depending on hardware.
|
Use software colour conversion during OpenGL screen rendering. May produce better or worse frame rates depending on hardware.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-disable-3d
|
.B \-\-3d-engine=ENGINE
|
||||||
Disables the 3D emulation
|
Select available 3d emulation:
|
||||||
|
.RS
|
||||||
|
0 = 3d disabled
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
1 = internal desmume software rasterizer (default)
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
2 = osmesa or gtkglext opengl (if available, depending on compilation options, see desmume --help)
|
||||||
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \-\-disable-limiter
|
.B \-\-disable-limiter
|
||||||
Disables the 60 fps limiter
|
Disables the 60 fps limiter
|
||||||
|
@ -55,9 +66,45 @@ Show summary of options.
|
||||||
.TP
|
.TP
|
||||||
.B \-v, \-\-version
|
.B \-v, \-\-version
|
||||||
Show version of program.
|
Show version of program.
|
||||||
.SH SEE ALSO
|
.SH INPUT
|
||||||
.BR undocumented (7)
|
Mouse cursor acts as stylus, mouse click replaces stylus touch.
|
||||||
.br
|
.PP
|
||||||
|
Keyboard can be configured and by default works as follows:
|
||||||
|
.RS
|
||||||
|
F1-F10 load savegame from slot 1-10
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Shift+F1-F10 save game to slot 1-10
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Non-keypad arrows act as d-pad
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
z = A
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
x = B
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
a = Y
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
s = X
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
q = L
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
w = R
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Enter = START
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Left Shift = SELECT
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
Desmume accepts joystick events, which can be configured by user.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
desmume was written by DeSmuME team
|
desmume was written by DeSmuME team
|
||||||
(http://sourceforge.net/projects/desmume).
|
(http://sourceforge.net/projects/desmume).
|
||||||
|
|
|
@ -33,7 +33,9 @@ program
|
||||||
These programs follow the usual GNU command line syntax, with long
|
These programs follow the usual GNU command line syntax, with long
|
||||||
options starting with two dashes (`-').
|
options starting with two dashes (`-').
|
||||||
A summary of options is included below.
|
A summary of options is included below.
|
||||||
For a complete description, see the Info files.
|
.TP
|
||||||
|
.B \-\-load-slot=NUM
|
||||||
|
Loads savegame from slot NUM
|
||||||
.TP
|
.TP
|
||||||
.B \-\-opengl-2d
|
.B \-\-opengl-2d
|
||||||
Enables using OpenGL for screen rendering
|
Enables using OpenGL for screen rendering
|
||||||
|
@ -41,8 +43,17 @@ Enables using OpenGL for screen rendering
|
||||||
.B \-\-soft-convert
|
.B \-\-soft-convert
|
||||||
Use software colour conversion during OpenGL screen rendering. May produce better or worse frame rates depending on hardware.
|
Use software colour conversion during OpenGL screen rendering. May produce better or worse frame rates depending on hardware.
|
||||||
.TP
|
.TP
|
||||||
.B \-\-disable-3d
|
.B \-\-3d-engine=ENGINE
|
||||||
Disables the 3D emulation
|
Select available 3d emulation:
|
||||||
|
.RS
|
||||||
|
0 = 3d disabled
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
1 = internal desmume software rasterizer (default)
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
2 = osmesa or gtkglext opengl (if available, depending on compilation options, see desmume --help)
|
||||||
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B \-\-disable-sound
|
.B \-\-disable-sound
|
||||||
Disables the sound emulation
|
Disables the sound emulation
|
||||||
|
@ -64,9 +75,45 @@ Show summary of options.
|
||||||
.TP
|
.TP
|
||||||
.B \-v, \-\-version
|
.B \-v, \-\-version
|
||||||
Show version of program.
|
Show version of program.
|
||||||
.SH SEE ALSO
|
.SH INPUT
|
||||||
.BR undocumented (7)
|
Mouse cursor acts as stylus, mouse click replaces stylus touch.
|
||||||
.br
|
.PP
|
||||||
|
Keyboard can be configured and by default works as follows:
|
||||||
|
.RS
|
||||||
|
F1-F10 load savegame from slot 1-10
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Shift+F1-F10 save game to slot 1-10
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Non-keypad arrows act as d-pad
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
z = A
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
x = B
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
a = Y
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
s = X
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
q = L
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
w = R
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Enter = START
|
||||||
|
.RE
|
||||||
|
.RS
|
||||||
|
Left Shift = SELECT
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
Desmume accepts joystick events, which can be configured by user.
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
desmume was written by DeSmuME team
|
desmume was written by DeSmuME team
|
||||||
(http://sourceforge.net/projects/desmume).
|
(http://sourceforge.net/projects/desmume).
|
||||||
|
|
Loading…
Reference in New Issue