README 790 B

12345678910111213141516171819202122232425262728
  1. Reicast is an Sega Dreamcast and Sega Naomi video game system emulator
  2. that can be used as a libretro core.
  3. The Dreamcast BIOS files are required to run Reicast.
  4. * dc/dc_boot.bin
  5. * dc/dc_flash.bin
  6. The Sega Naomi BIOS file is required to run Naomi games.
  7. * dc/naomi_boot.bin
  8. To build Reicast OIT with the newer OpenGL 4.3 renderer use:
  9. OIT=1 ./libretro-reicast.SlackBuild
  10. When building the OpgnGL 3 Reicast core it can be built with an older
  11. and more compatbile OpenGL 2 code path instead by using:
  12. GL2=1 ./libretro-reicast.SlackBuild
  13. Building Reicast with OpenGL 2 support should only be done if required
  14. by your video card.
  15. Reicast OIT will require an OpenGL compatibility profile to work
  16. correctly.
  17. To build the debugging symbols use:
  18. DEBUG=1 ./libretro-reicast.SlackBuild