diff options
author | nia <nia@pkgsrc.org> | 2018-08-14 12:55:41 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-08-14 12:55:41 +0000 |
commit | 1190ca544473b6bd81c0fdf9c67fb58b52b81a4c (patch) | |
tree | 8e6ba3704534af7a4037779a82f868099df64625 /emulators/libretro-ppsspp/MESSAGE | |
parent | 8f8eefbe3e2585fc774a5974225a23cca25eb755 (diff) | |
download | pkgsrc-1190ca544473b6bd81c0fdf9c67fb58b52b81a4c.tar.gz |
libretro-ppsspp: add version 1.6.3.
Libretro is a simple but powerful development interface that allows for
the easy creation of emulators, games and multimedia applications that
can plug straight into any libretro-compatible frontend. This development
interface is open to others so that they can run these pluggable emulator
and game cores also in their own programs or devices.
PPSSPP is a PlayStation Portable (PSP) video game system emulator that
can be used as a libretro core.
Diffstat (limited to 'emulators/libretro-ppsspp/MESSAGE')
-rw-r--r-- | emulators/libretro-ppsspp/MESSAGE | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emulators/libretro-ppsspp/MESSAGE b/emulators/libretro-ppsspp/MESSAGE new file mode 100644 index 00000000000..2d946327021 --- /dev/null +++ b/emulators/libretro-ppsspp/MESSAGE @@ -0,0 +1,16 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2018/08/14 12:55:41 nia Exp $ + +This package is not PaX MPROTECT-safe, because of its just-in-time +compiler. + +MPROTECT must be disabled for RetroArch for this core to be usable. + +Prior to using libretro-ppsspp: + +1. cd to RetroArch's System (where your BIOS files are) or RetroArch's +Content directory (where your PSP ROMs are). +2. git clone https://github.com/hrydgard/ppsspp ppsspp-master +3. cp -R ppsspp-master/assets PPSSPP + +=========================================================================== |