mirror of
https://github.com/mandarine3ds/mandarine.git
synced 2024-11-23 06:09:46 +00:00
f5bc85e2aa
Some checks failed
mandarine-build / macos (arm64) (push) Waiting to run
mandarine-build / macos (x86_64) (push) Waiting to run
mandarine-build / macos-universal (push) Blocked by required conditions
mandarine-build / windows (msvc) (push) Waiting to run
mandarine-build / windows (msys2) (push) Waiting to run
mandarine-build / release (push) Blocked by required conditions
mandarine-build / source (push) Failing after 0s
mandarine-build / linux (appimage) (push) Failing after 0s
mandarine-build / linux (fresh) (push) Failing after 0s
mandarine-build / android (push) Failing after 0s
mandarine-format / clang-format (push) Failing after 0s
64 lines
1.8 KiB
Groff
64 lines
1.8 KiB
Groff
.Dd September 13 2024
|
|
.Dt mandarine 6
|
|
.Os
|
|
.Sh NAME
|
|
.Nm Mandarine
|
|
.Nd Nintendo 3DS Emulator/Debugger (SDL)
|
|
.Sh SYNOPSIS
|
|
.Nm mandarine
|
|
.Op Ar options
|
|
.Op Ar file
|
|
.Sh OPTIONS
|
|
.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
|
|
Describes the installed version and exits
|
|
.Sh DESCRIPTION
|
|
Mandarine is an experimental open-source Nintendo 3DS emulator/debugger.
|
|
.Pp
|
|
.Nm mandarine
|
|
is the Simple DirectMedia Layer (SDL) implementation.
|
|
.Sh FILES
|
|
.Bl -tag -width Ds
|
|
.It Pa $XDG_DATA_HOME/mandarine3ds
|
|
Emulator storage.
|
|
.It Pa $XDG_CONFIG_HOME/mandarine3ds
|
|
Configuration files.
|
|
.El
|
|
.Sh AUTHORS
|
|
This document is made available to you under the CC-BY license.
|
|
.Pp
|
|
Mandarine is made by a team of volunteers. These contributors are listed
|
|
at <\fBhttps://github.com/mandarine3ds/mandarine/contributors\fR>.
|
|
.Pp
|
|
.Sh SEE ALSO
|
|
.Bl -tag -width Ds
|
|
.It Xr mandarine-qt 6
|
|
The Qt frontend of the application
|
|
.El
|
|
.Pp
|
|
Resources are available for this project:
|
|
.Bl -tag -width Ds
|
|
.It <\fBhttps://citra-emu.org\fR>
|
|
The main homepage of the project.
|
|
.It <\fBhttps://github.com/mandarine3ds/mandarine\fR>
|
|
The main source code repository for the Mandarine emulator.
|
|
.Pp
|