Added future ppsspp build

This commit is contained in:
Daniel Martí 2013-02-07 23:53:31 +01:00
parent 7a5cce8dc1
commit 45b31fef90

View file

@ -1,19 +1,28 @@
Category:Games Category:Games
License:GPLv2 License:GPLv2
Web Site:https://github.com/hrydgard/ppsspp Web Site:http://ppsspp.org/
Source Code:https://github.com/hrydgard/ppsspp Source Code:https://github.com/hrydgard/ppsspp
Issue Tracker: Issue Tracker:https://github.com/hrydgard/ppsspp/issues
Summary:PSP emulator Summary:PSP emulator
Description: Description:
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.
* PSP is a trademark of Sony, Inc.
. .
Repo Type:git Repo Type:git
Repo:https://github.com/hrydgard/ppsspp.git Repo:https://github.com/hrydgard/ppsspp.git
Build Version:0.4,4,!wip: cmake 2.8.8 needed v0.4,subdir=android,submodules=yes,buildjni=no,prebuild=\ # Following approach would work with tag v0.6.1, were AndroidManifest.xml to
export ANDROID_NDK=$$NDK$$ && mkdir build-android && cd build-android && \ # be correct (which it isn't, thus why we wait for 0.7)
cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake ../.. && make Build Version:0.7,7,!future release v0.7,target=android-9,subdir=android,submodules=yes,\
buildjni=no,prebuild=NDK=$$NDK$$ ./ab.sh
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:None Update Check Mode:None