Update PPSSPP to 0.9.7.1 (9713)
This commit is contained in:
parent
c71662f5c9
commit
795bc09d2d
|
@ -12,8 +12,6 @@ PPSSPP is a PSP emulator for Android and other platforms. It is being
|
|||
developed at a rapid speed and compatibility is increasing quickly, but there
|
||||
are many games it doesn't run yet and it doesn't run fast on Android yet.
|
||||
|
||||
Please go to http://www.ppsspp.org for more information.
|
||||
|
||||
No games are included with this download, you will have to dump your own PSP
|
||||
games and turn them into .ISO or .CSO files, or simply play free homebrew
|
||||
games, which are available online.
|
||||
|
@ -185,6 +183,25 @@ Build:0.9.6-armv7,963
|
|||
NDK=$$NDK$$ ./ab.sh
|
||||
buildjni=no
|
||||
|
||||
Build:0.9.7.1,9713
|
||||
commit=v0.9.7.1
|
||||
subdir=android
|
||||
submodules=yes
|
||||
forcevercode=yes
|
||||
rm=dx9sdk,pspautotests,android/custom_rules.xml
|
||||
srclibs=2:NoAnalytics@d38ae535b5
|
||||
prebuild=echo 'APP_ABI=armeabi-v7a' >> jni/Application.mk && \
|
||||
rm libs/libGoogleAnalytics*
|
||||
scanignore=android/android-ndk-profiler
|
||||
scandelete=ffmpeg
|
||||
build=declare -rx NDK=$$NDK$$ && \
|
||||
cd ../ffmpeg && \
|
||||
sed -i -e 's@^NDK.*@NDK=$$NDK$$@' -e 's/windows.*/linux-x86*/' -e '/^build_ARMv6/d' android-build.sh && \
|
||||
./android-build.sh && \
|
||||
cd ../android && \
|
||||
NDK=$$NDK$$ ./ab.sh
|
||||
buildjni=no
|
||||
|
||||
# +0: - (upstream)
|
||||
# +1: x86
|
||||
# +2: arm
|
||||
|
|
Loading…
Reference in a new issue