README 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. PPSSPP can run your PSP games on your PC in full HD resolution. It can even
  2. upscale textures that would otherwise be too blurry as they were made for the
  3. small screen of the original PSP.
  4. * Play in HD resolutions and more
  5. * Play on a tablet for big-screen mobile gaming
  6. * Customize on-screen touch controls or use an external controller or keyboard
  7. * Save and restore game state anywhere, anytime
  8. * Crank up the anisotropic filtering and texture scaling
  9. * Continue where you left off by transferring saves from your real PSP
  10. PPSSPP can use either a Qt5 or SDL2 gui frontend and will use SDL2 by default.
  11. At least one gui will be required to use PPSSPP.
  12. To build the Qt5 gui use:
  13. QT=yes ./ppsspp.SlackBuild
  14. To disable building the SDL2 gui use:
  15. SDL=no ./ppsspp.SlackBuild
  16. To disable building the libretro core use:
  17. LIBRETRO=no ./ppsspp.SlackBuild
  18. To enable the Discord Rich Presence use:
  19. DISCORD=yes ./ppsspp.SlackBuild
  20. To build with OpenGL ES 2.0 use:
  21. GLES=yes ./ppsspp.SlackBuild
  22. To build debugging symbols use:
  23. DEBUG=yes ./ppsspp.SlackBuild
  24. If building debugging symbols asan can also be built:
  25. DEBUG=yes ASAN=yes ./ppsspp.SlackBuild
  26. This will be required to run the ppsspp libretro core with RetroArch
  27. when also built with ASAN=yes.
  28. qt5, RetroArch and snappy are optional dependencies.