README 997 B

1234567891011121314151617181920212223242526
  1. mupen64plus-libretro is mupen64plus + GLideN64 + libretro.
  2. This package was previously called GLupeN64.
  3. How is this different from parallel-n64?
  4. mupen64plus-libretro implements multiple Graphics plugins. There are also
  5. code modifications that make it different than standalone mupen64plus.
  6. Mupen64Plus uses GLideN64 (a graphics plugin that is not available in
  7. mupen64plus-libretro). The emulator code itself is identical to
  8. standalone mupen64plus.
  9. By choosing one graphics plugin (GLideN64), we will be able to keep the
  10. code in line with upstream, and maintaining the code will be much simpler.
  11. mupen64plus-libretro optionally supports using OpenGL ES 2 and OpenGL ES 3
  12. instead of OpenGL which will require support in the libretro frontend, video
  13. card and driver. This can be done by building mupen64plus-libretro with:
  14. GLES=1 ./mupen64plus-libretro.SlackBuild
  15. or
  16. GLES3=1 ./mupen64plus-libretro.SlackBuild
  17. To build the debugging symbols use:
  18. DEBUG=1 ./mupen64plus-libretro.SlackBuild