README 379 B

123456789101112
  1. A set of samples to illustrate the libretro API.
  2. The Vulkan sample cores can be optionally installed. This will
  3. require support in the libretro frontend, video card and driver.
  4. To build with Vulkan use:
  5. VULKAN=1 ./libretro-samples.SlackBuild
  6. To build the debugging symbols use:
  7. DEBUG=1 ./libretro-samples.SlackBuild
  8. fpc is an optional dependency for the pascal pong core.