README 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. Dolphin is an emulator for two recent Nintendo video game consoles: the
  2. GameCube and the Wii. It allows PC gamers to enjoy games for these two
  3. consoles in full HD (1080p) with several enhancements: compatibility
  4. with all PC controllers, turbo speed, networked multiplayer, and even
  5. more!
  6. Dolphin only supports 64-bit systems.
  7. To disable building the Qt5 frontend use:
  8. QT=no ./dolphin-emu.SlackBuild
  9. To disable building dolphin's analytics reporting use:
  10. ANALYTICS=no ./dolphin-emu.SlackBuild
  11. This data is used by the Dolphin team in order to understand the
  12. behavior of the software in the wild. No data is sent without explicit
  13. user approval.
  14. To enable the Discord Rich Presence use:
  15. DISCORD=yes ./dolphin-emu.SlackBuild
  16. To build debugging symbols use:
  17. DEBUG=yes ./dolphin-emu.SlackBuild
  18. When running dolphin-emu in gdb, make sure Fastmem is turned off. This
  19. can be done by editing the ini file (~/.config/dolphin-emu/Dolphin.ini)
  20. with the following line.
  21. Fastmem = False
  22. Optional dependencies:
  23. SFML, cubeb, qt5, hidapi, miniupnpc, mbedtls and pugixml