summaryrefslogtreecommitdiffstats
path: root/games/ppsspp/README
diff options
context:
space:
mode:
author Ruoh-Shoei LIN <lin.ruohshoei+sbo at gmail.com>2022-04-18 13:20:13 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-24 01:47:15 +0700
commit659060efd9ae819a5dbdc55fa13525fb6e401370 (patch)
treead6f2331036d6c829d253580f353cae42d664dd4 /games/ppsspp/README
parent509e44aaafeab04575e73093aa59a55bedc51f9c (diff)
downloadslackbuilds-659060efd9ae819a5dbdc55fa13525fb6e401370.tar.gz
slackbuilds-659060efd9ae819a5dbdc55fa13525fb6e401370.tar.xz
games/ppsspp: Updated for version 1.12.3.
- update archives of submodule, thanks for fourtysixandtwo. - remove ppsspp-lang - add SYSTEM_FFMPEG(default off) option - default build with: headless, sdl Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ppsspp/README')
-rw-r--r--games/ppsspp/README15
1 files changed, 10 insertions, 5 deletions
diff --git a/games/ppsspp/README b/games/ppsspp/README
index addf8a0eb8..43a7ef4cba 100644
--- a/games/ppsspp/README
+++ b/games/ppsspp/README
@@ -2,13 +2,18 @@ PPSSPP can run your PSP games on your PC in full HD resolution. It can
even upscale textures that would otherwise be too blurry as they were
made for the small screen of the original PSP.
-* Play in HD resolutions and more * Play on a tablet for big-screen
-mobile gaming * Customize on-screen touch controls or use an external
-controller or keyboard * Save and restore game state anywhere, anytime
-* Crank up the anisotropic filtering and texture scaling * Continue
-where you left off by transferring saves from your real PSP
+* Play in HD resolutions and more
+* Play on a tablet for big-screen mobile gaming
+* Customize on-screen touch controls or use an external controller or
+keyboard
+* Save and restore game state anywhere, anytime
+* Crank up the anisotropic filtering and texture scaling
+* Continue where you left off by transferring saves from your real PSP
snappy is an optional dependency.
QT=on will enable QT GUI and require qt5 installed (default is
'QT=off').
+
+SYSTEM_FFMPEG=on: dynamically link against system FFMPEG (default is
+'SYSTEM_FFMPEG=off', using upstream's modified version).