Skip to content

Commit 528fc53

Browse files
committed
manpage sample output
The roff manpage produced by pandoc is included in this commit, as well as a plaintext preview of what it would look like when viewed with 'man' in a terminal of 80 width.
1 parent 59fa217 commit 528fc53

File tree

2 files changed

+144
-0
lines changed

2 files changed

+144
-0
lines changed

dist/linux/Cemu.1

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
.\" Automatically generated by Pandoc 2.14.0.3
2+
.\"
3+
.TH "CEMU" "1" "2022-12-09" "Cemu" "Wii U emulator"
4+
.hy
5+
.SH NAME
6+
.PP
7+
Cemu - Wii U emulator
8+
.SH SYNOPSIS
9+
.PP
10+
\f[B]Cemu\f[R] [\f[I]OPTIONS\f[R]...]
11+
.SH DESCRIPTION
12+
.PP
13+
\f[B]Cemu\f[R] is a Wii U emulator that is able to run most Wii U games
14+
and homebrew in a playable state.
15+
It\[aq]s written in C/C++ and is being actively developed with new
16+
features and fixes to increase compatibility, convenience and usability.
17+
.SH OPTIONS
18+
.PP
19+
If an option has argument \f[I]n\f[R], a value of 1 (or no argument)
20+
enables the option.
21+
A value of 0 disables the option.
22+
.SS Launch options
23+
.TP
24+
\f[B]-g\f[R] \f[I]path\f[R], \f[B]--game\f[R] \f[I]path\f[R]
25+
Path of game to launch
26+
.TP
27+
\f[B]-m\f[R] \f[I]path\f[R], \f[B]--mlc\f[R] \f[I]path\f[R]
28+
Custom mlc folder location
29+
.TP
30+
\f[B]-f\f[R] [\f[I]n\f[R]], \f[B]--fullscreen\f[R] [\f[I]n\f[R]]
31+
Launch games in fullscreen mode
32+
.TP
33+
\f[B]-u\f[R] [\f[I]n\f[R]], \f[B]--ud\f[R] [\f[I]n\f[R]]
34+
Render output upside-down
35+
.TP
36+
\f[B]-a\f[R] \f[I]id\f[R], \f[B]--account\f[R] \f[I]id\f[R]
37+
Persistent id of account
38+
.TP
39+
\f[B]--force-interpreter\f[R] [\f[I]n\f[R]]
40+
Force interpreter CPU emulation and disable recompiler
41+
.TP
42+
\f[B]--act-url\f[R] \f[I]url\f[R]
43+
URL prefix for account server
44+
.TP
45+
\f[B]--ecs-url\f[R] \f[I]url\f[R]
46+
URL for ECS service
47+
.TP
48+
\f[B]-h\f[R], \f[B]--help\f[R]
49+
Display a usage message and exit
50+
.TP
51+
\f[B]-v\f[R], \f[B]--version\f[R]
52+
Display Cemu version and exit
53+
.SS Extractor tool
54+
.TP
55+
\f[B]-e\f[R] \f[I]path\f[R], \f[B]--extract\f[R] \f[I]path\f[R]
56+
Path to WUD or WUX file for extraction
57+
.TP
58+
\f[B]-p\f[R] \f[I]path\f[R], \f[B]--path\f[R] \f[I]path\f[R]
59+
Path of file to extract (for example meta/meta.xml)
60+
.TP
61+
\f[B]-o\f[R] \f[I]path\f[R], \f[B]--output\f[R] \f[I]path\f[R]
62+
Output path for extracted file
63+
.SH BUGS
64+
.PP
65+
To report a bug, visit
66+
\f[I]https://github.com/cemu-project/Cemu/issues\f[R]
67+
.SH SEE ALSO
68+
.PP
69+
Project homepage:
70+
.PP
71+
\f[I]https://github.com/cemu-project/Cemu\f[R]
72+
.SH AUTHORS
73+
Exzap; Petergov.

dist/linux/Cemu.1.txt

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
CEMU(1) Wii U emulator CEMU(1)
2+
3+
NAME
4+
Cemu - Wii U emulator
5+
6+
SYNOPSIS
7+
Cemu [OPTIONS...]
8+
9+
DESCRIPTION
10+
Cemu is a Wii U emulator that is able to run most Wii U games and home‐
11+
brew in a playable state. It's written in C/C++ and is being actively
12+
developed with new features and fixes to increase compatibility, conve‐
13+
nience and usability.
14+
15+
OPTIONS
16+
If an option has argument n, a value of 1 (or no argument) enables the
17+
option. A value of 0 disables the option.
18+
19+
Launch options
20+
-g path, --game path
21+
Path of game to launch
22+
23+
-m path, --mlc path
24+
Custom mlc folder location
25+
26+
-f [n], --fullscreen [n]
27+
Launch games in fullscreen mode
28+
29+
-u [n], --ud [n]
30+
Render output upside-down
31+
32+
-a id, --account id
33+
Persistent id of account
34+
35+
--force-interpreter [n]
36+
Force interpreter CPU emulation and disable recompiler
37+
38+
--act-url url
39+
URL prefix for account server
40+
41+
--ecs-url url
42+
URL for ECS service
43+
44+
-h, --help
45+
Display a usage message and exit
46+
47+
-v, --version
48+
Display Cemu version and exit
49+
50+
Extractor tool
51+
-e path, --extract path
52+
Path to WUD or WUX file for extraction
53+
54+
-p path, --path path
55+
Path of file to extract (for example meta/meta.xml)
56+
57+
-o path, --output path
58+
Output path for extracted file
59+
60+
BUGS
61+
To report a bug, visit https://github.com/cemu-project/Cemu/issues
62+
63+
SEE ALSO
64+
Project homepage:
65+
66+
https://github.com/cemu-project/Cemu
67+
68+
AUTHORS
69+
Exzap; Petergov.
70+
71+
Cemu 2022-12-09 CEMU(1)

0 commit comments

Comments
 (0)