mirror of
https://github.com/PabloMK7/citra.git
synced 2024-11-22 21:49:51 +00:00
Update citra(6)
man page (#257)
Some checks failed
citra-build / source (push) Failing after 0s
citra-build / linux (appimage) (push) Failing after 2s
citra-build / linux (fresh) (push) Failing after 2s
citra-build / android (push) Failing after 1s
citra-format / clang-format (push) Failing after 2s
citra-transifex / transifex (push) Has been skipped
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / ios (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
citra-build / release (push) Has been cancelled
Some checks failed
citra-build / source (push) Failing after 0s
citra-build / linux (appimage) (push) Failing after 2s
citra-build / linux (fresh) (push) Failing after 2s
citra-build / android (push) Failing after 1s
citra-format / clang-format (push) Failing after 2s
citra-transifex / transifex (push) Has been skipped
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / ios (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
citra-build / release (push) Has been cancelled
This commit is contained in:
parent
3e5bbac5a1
commit
0ec72a122d
16
dist/citra.6
vendored
16
dist/citra.6
vendored
@ -1,4 +1,4 @@
|
||||
.Dd November 22 2016
|
||||
.Dd September 13 2024
|
||||
.Dt citra 6
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -12,6 +12,20 @@
|
||||
.Bl -tag -width Ds
|
||||
.It Fl g Ar port , Fl Fl gdbport Ar port
|
||||
Starts the GDB stub on the specified port
|
||||
.It Fl i , Fl Fl install Ar FILE
|
||||
Installs a specified CIA file
|
||||
.It Fl m , Fl Fl multiplayer Ar nick:password@address:port
|
||||
Nickname, password, address and port for multiplayer
|
||||
.It Fl r , Fl Fl movie-record Ar file
|
||||
Record a movie (game inputs) to the given file
|
||||
.It Fl a , Fl Fl movie-record-author Ar AUTHOR
|
||||
Sets the author of the movie to be recorded
|
||||
.It Fl p , Fl Fl movie-play Ar file
|
||||
Playback the movie (game inputs) from the given file
|
||||
.It Fl d , Fl Fl dump-video Ar file
|
||||
Dumps audio and video to the given video file
|
||||
.It Fl f , Fl Fl fullscreen
|
||||
Start in fullscreen mode
|
||||
.It Fl h , Fl Fl help
|
||||
Shows syntax help and exits
|
||||
.It Fl v , Fl Fl version
|
||||
|
Loading…
Reference in New Issue
Block a user