diff options
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 |