citra.6 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .Dd November 22 2016
  2. .Dt citra 6
  3. .Os
  4. .Sh NAME
  5. .Nm Citra
  6. .Nd Nintendo 3DS Emulator/Debugger (SDL)
  7. .Sh SYNOPSIS
  8. .Nm citra
  9. .Op Ar options
  10. .Op Ar file
  11. .Sh OPTIONS
  12. .Bl -tag -width Ds
  13. .It Fl g Ar port , Fl Fl gdbport Ar port
  14. Starts the GDB stub on the specified port
  15. .It Fl h , Fl Fl help
  16. Shows syntax help and exits
  17. .It Fl v , Fl Fl version
  18. Describes the installed version and exits
  19. .Sh DESCRIPTION
  20. Citra is an experimental open-source Nintendo 3DS emulator/debugger.
  21. .Pp
  22. .Nm citra
  23. is the Simple DirectMedia Layer (SDL) implementation.
  24. .Sh FILES
  25. .Bl -tag -width Ds
  26. .It Pa $XDG_DATA_HOME/citra-emu
  27. Emulator storage.
  28. .It Pa $XDG_CONFIG_HOME/citra-emu
  29. Configuration files.
  30. .El
  31. .Sh AUTHORS
  32. This document is made available to you under the CC-BY license.
  33. .Pp
  34. Citra is made by a team of volunteers. These contributors are listed
  35. at <\fBhttps://github.com/citra-emu/citra/contributors\fR>.
  36. .Pp
  37. .Sh SEE ALSO
  38. .Bl -tag -width Ds
  39. .It Xr citra-qt 6
  40. The Qt frontend of the application
  41. .El
  42. .Pp
  43. Resources are available for this project:
  44. .Bl -tag -width Ds
  45. .It <\fBhttps://citra-emu.org\fR>
  46. The main homepage of the project.
  47. .It <\fBhttps://github.com/citra-emu/citra\fR>
  48. The main source code repository for the Citra emulator.
  49. .Pp