diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-01 12:11:08 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 704d80431ca82aca9f8fc18c4613a260105d8952 (patch) | |
tree | 2056deaa48cc3e827948c0d51dd5236d6cd9d57f /games/libretro-ppsspp/README | |
parent | 6b3cc792548f991faa73bd0c3e484e221ec748dd (diff) | |
download | slackbuilds-704d80431ca82aca9f8fc18c4613a260105d8952.tar.gz |
games/libretro-ppsspp: Added (fast and portable PSP emulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/libretro-ppsspp/README')
-rw-r--r-- | games/libretro-ppsspp/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/libretro-ppsspp/README b/games/libretro-ppsspp/README new file mode 100644 index 0000000000..feb33fac40 --- /dev/null +++ b/games/libretro-ppsspp/README @@ -0,0 +1,9 @@ +PPSSPP is an PlayStation Portable video game system emulator that can be used +as a libretro core. + +PPSSPP requires the asset files from the assets directory and both the flash0 +and lang directories from the PPSSPP source tree to be placed in the +system/PPSSPP directory for operation. + +To build the debugging symbols use: + DEBUG=1 ./libretro-ppsspp.SlackBuild |