Skip to content

Commit

Permalink
manpage sample output
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jn64 committed Dec 9, 2022
1 parent 59fa217 commit 528fc53
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 0 deletions.
73 changes: 73 additions & 0 deletions dist/linux/Cemu.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
.\" Automatically generated by Pandoc 2.14.0.3
.\"
.TH "CEMU" "1" "2022-12-09" "Cemu" "Wii U emulator"
.hy
.SH NAME
.PP
Cemu - Wii U emulator
.SH SYNOPSIS
.PP
\f[B]Cemu\f[R] [\f[I]OPTIONS\f[R]...]
.SH DESCRIPTION
.PP
\f[B]Cemu\f[R] is a Wii U emulator that is able to run most Wii U games
and homebrew in a playable state.
It\[aq]s written in C/C++ and is being actively developed with new
features and fixes to increase compatibility, convenience and usability.
.SH OPTIONS
.PP
If an option has argument \f[I]n\f[R], a value of 1 (or no argument)
enables the option.
A value of 0 disables the option.
.SS Launch options
.TP
\f[B]-g\f[R] \f[I]path\f[R], \f[B]--game\f[R] \f[I]path\f[R]
Path of game to launch
.TP
\f[B]-m\f[R] \f[I]path\f[R], \f[B]--mlc\f[R] \f[I]path\f[R]
Custom mlc folder location
.TP
\f[B]-f\f[R] [\f[I]n\f[R]], \f[B]--fullscreen\f[R] [\f[I]n\f[R]]
Launch games in fullscreen mode
.TP
\f[B]-u\f[R] [\f[I]n\f[R]], \f[B]--ud\f[R] [\f[I]n\f[R]]
Render output upside-down
.TP
\f[B]-a\f[R] \f[I]id\f[R], \f[B]--account\f[R] \f[I]id\f[R]
Persistent id of account
.TP
\f[B]--force-interpreter\f[R] [\f[I]n\f[R]]
Force interpreter CPU emulation and disable recompiler
.TP
\f[B]--act-url\f[R] \f[I]url\f[R]
URL prefix for account server
.TP
\f[B]--ecs-url\f[R] \f[I]url\f[R]
URL for ECS service
.TP
\f[B]-h\f[R], \f[B]--help\f[R]
Display a usage message and exit
.TP
\f[B]-v\f[R], \f[B]--version\f[R]
Display Cemu version and exit
.SS Extractor tool
.TP
\f[B]-e\f[R] \f[I]path\f[R], \f[B]--extract\f[R] \f[I]path\f[R]
Path to WUD or WUX file for extraction
.TP
\f[B]-p\f[R] \f[I]path\f[R], \f[B]--path\f[R] \f[I]path\f[R]
Path of file to extract (for example meta/meta.xml)
.TP
\f[B]-o\f[R] \f[I]path\f[R], \f[B]--output\f[R] \f[I]path\f[R]
Output path for extracted file
.SH BUGS
.PP
To report a bug, visit
\f[I]https://github.com/cemu-project/Cemu/issues\f[R]
.SH SEE ALSO
.PP
Project homepage:
.PP
\f[I]https://github.com/cemu-project/Cemu\f[R]
.SH AUTHORS
Exzap; Petergov.
71 changes: 71 additions & 0 deletions dist/linux/Cemu.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
CEMU(1) Wii U emulator CEMU(1)

NAME
Cemu - Wii U emulator

SYNOPSIS
Cemu [OPTIONS...]

DESCRIPTION
Cemu is a Wii U emulator that is able to run most Wii U games and home‐
brew in a playable state. It's written in C/C++ and is being actively
developed with new features and fixes to increase compatibility, conve‐
nience and usability.

OPTIONS
If an option has argument n, a value of 1 (or no argument) enables the
option. A value of 0 disables the option.

Launch options
-g path, --game path
Path of game to launch

-m path, --mlc path
Custom mlc folder location

-f [n], --fullscreen [n]
Launch games in fullscreen mode

-u [n], --ud [n]
Render output upside-down

-a id, --account id
Persistent id of account

--force-interpreter [n]
Force interpreter CPU emulation and disable recompiler

--act-url url
URL prefix for account server

--ecs-url url
URL for ECS service

-h, --help
Display a usage message and exit

-v, --version
Display Cemu version and exit

Extractor tool
-e path, --extract path
Path to WUD or WUX file for extraction

-p path, --path path
Path of file to extract (for example meta/meta.xml)

-o path, --output path
Output path for extracted file

BUGS
To report a bug, visit https://github.com/cemu-project/Cemu/issues

SEE ALSO
Project homepage:

https://github.com/cemu-project/Cemu

AUTHORS
Exzap; Petergov.

Cemu 2022-12-09 CEMU(1)

0 comments on commit 528fc53

Please sign in to comment.