README 583 B

12345678910111213141516
  1. Parallel-n64 is a cross-platform plugin-based N64 emulator which is capable of
  2. accurately playing many games.
  3. This package was previously called mupen64plus-libretro.
  4. Parallel-n64 optionally supports using OpenGL ES 2 instead of OpenGL which
  5. will require support in the libretro frontend, video card and driver. This
  6. can be done by building Mupen64Plus with:
  7. GLES=1 ./parallel-n64.SlackBuild
  8. Vulkan can be used instead of OpenGL which will require support in the libretro
  9. frontend, video card and driver.
  10. To build the debugging symbols use:
  11. DEBUG=1 ./parallel-n64.SlackBuild