dolphin-emu.6 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .Dd July 17, 2016
  2. .Dt DOLPHIN-EMU 6
  3. .Os
  4. .Sh NAME
  5. .Nm dolphin-emu
  6. .Nd Nintendo GameCube and Wii emulator
  7. .Sh SYNOPSIS
  8. .Nm dolphin-emu
  9. .Op Fl bdhl
  10. .Op Fl a Ar audio
  11. .Op Fl c Ar str
  12. .Op Fl e Ar file
  13. .Op Fl m Ar file
  14. .Op Fl u Ar path
  15. .Op Fl v Ar video
  16. .Sh DESCRIPTION
  17. Dolphin is an emulator for two recent Nintendo video game consoles:
  18. the GameCube and the Wii.
  19. It allows PC gamers to enjoy games for these two consoles
  20. in full HD (1080p) with several enhancements:
  21. compatibility with all PC controllers, turbo speed, networked multiplayer,
  22. and even more!
  23. .Pp
  24. .Nm
  25. features a graphical user interface made using Qt 5.
  26. .Sh OPTIONS
  27. .Bl -tag -width Ds
  28. .It Fl a Ar audio , Fl Fl audio_emulation= Ns Ar audio
  29. Low level
  30. .Pq Sy LLE
  31. or high level
  32. .Pq Sy HLE
  33. audio
  34. .It Fl b , Fl Fl batch
  35. Exit Dolphin with emulator
  36. .It Fl c Ar text , Fl Fl confirm= Ns Ar text
  37. Set Confirm on Stop
  38. .It Fl d , Fl Fl debugger
  39. Open the debugger
  40. .It Fl e Ar file , Fl Fl exec= Ns Ar file
  41. Load the specified file
  42. .It Fl h , Fl Fl help
  43. Print a help message
  44. .It Fl l , Fl Fl logger
  45. Open the logger
  46. .Po
  47. .Pa .dol , .elf , .wad , .gcm , .iso
  48. .Pc
  49. .It Fl m Ar file , Fl Fl movie= Ns Ar file
  50. Play a movie file
  51. .It Fl u Ar path , Fl Fl user= Ns Ar path
  52. User folder path
  53. .It Fl v , Fl Fl video_backend= Ns Ar video
  54. OpenGL
  55. .Pq Sy OGL
  56. or
  57. .Sy Software Renderer
  58. video backend
  59. .El
  60. .Sh FILES
  61. .Bl -tag -width Ds
  62. .It Pa $HOME/.dolphin-emu
  63. Default user configuration directory.
  64. .El
  65. .Sh AUTHOR
  66. This manual page was written by Jeremy Newton, but may be distributed freely
  67. using the CC BY license.