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