README 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 enable the Discord Rich Presence use:
  17. DISCORD=yes ./ppsspp.SlackBuild
  18. To build with OpenGL ES 2.0 use:
  19. GLES=yes ./ppsspp.SlackBuild
  20. To build debugging symbols use:
  21. DEBUG=yes ./ppsspp.SlackBuild
  22. If building debugging symbols asan can also be built:
  23. DEBUG=yes ASAN=yes ./ppsspp.SlackBuild
  24. This will be required to run the ppsspp libretro core with RetroArch
  25. when also built with ASAN=yes.
  26. qt5, RetroArch and snappy are optional dependencies.