README 786 B

123456789101112131415161718192021222324252627
  1. PPSSPP can run your PSP games on your PC in full HD resolution. It can
  2. even upscale textures that would otherwise be too blurry as they were
  3. made for the small screen of the original PSP.
  4. PPSSPP can use either a Qt5 or SDL2 gui frontend and will use SDL2 by
  5. defualt. At least one gui will be required to use PPSSPP.
  6. To build the Qt5 gui use:
  7. QT=yes ./ppsspp.SlackBuild
  8. To disable building the SDL2 gui use:
  9. SDL=no ./ppsspp.SlackBuild
  10. To enable the Discord Rich Presence use:
  11. DISCORD=yes ./ppsspp.SlackBuild
  12. To build with OpenGL ES 2.0 use:
  13. GLES=yes ./ppsspp.SlackBuild
  14. To build debugging symbols use:
  15. DEBUG=yes ./ppsspp.SlackBuild
  16. If building debugging symbols asan can also be built:
  17. DEBUG=yes ASAN=yes ./ppsspp.SlackBuild
  18. qt5 and snappy are optional dependencies.