README 923 B

123456789101112131415161718192021
  1. Mupen64Plus is a plugin-based N64 emulator for Linux which is capable
  2. of accurately playing many games. Included are four MIPS R4300 CPU
  3. emulators, with dynamic recompilers for 32-bit x86 and 64-bit amd64
  4. systems, and necessary plugins for audio, graphical rendering (RDP),
  5. signal co-processor (RSP), and input. There is 1 included OpenGL video
  6. plugin, called RiceVideo. There are 3 other excellent video plugins
  7. being maintained by wahrhaft, called Arachnoid, Glide64, and Z64.
  8. Note: Mupen64plus will build against SDL2 and libminizip if installed, but they
  9. are not required.
  10. PyQt5 and PySDL2 are optional dependencies for the GUI frontend.
  11. Mupen64Plus optionally supports using OpenGL ES 2 instead of OpenGL which
  12. will require support in the video card and driver. This can be done by
  13. building Mupen64Plus with:
  14. GLES=1 ./mupen64plus.SlackBuild
  15. To build the debugging symbols use:
  16. DEBUG=1 ./mupen64plus.SlackBuild