ppsspp/android
Unknown W. Brackets 7ac67a8931 Add a function to walk the stack, not yet perfect.
Could use improvements, but with a decent symbol table does very well so
far in the games I tested it in.
2013-08-12 01:54:14 -07:00
..
.settings
assets Update lang/ and zim assets. 2013-06-03 17:22:58 +08:00
jni Add a function to walk the stack, not yet perfect. 2013-08-12 01:54:14 -07:00
res New icons 2013-06-21 00:28:05 +02:00
src/org/ppsspp/ppsspp X360 controller: Left thumb speedup, right thumb menu, keyboard still works 2013-03-31 11:30:50 +02:00
.classpath Update native + some very minor changes 2013-07-27 00:44:16 +02:00
.gitignore
.project
ab.cmd Fix translations on android. List all .ini files available. They're a bit ugly just showing the language code... 2013-04-18 23:42:44 +02:00
ab.sh Fix translations on android. List all .ini files available. They're a bit ugly just showing the language code... 2013-04-18 23:42:44 +02:00
ad.sh
android.toolchain.cmake
AndroidManifest.xml Lock screen orientation again on Android until some issues can be ironed out (doesn't affect my devices though). 2013-07-17 22:51:36 +02:00
build.sh
build.xml
buildassets.sh Fix translations on android. List all .ini files available. They're a bit ugly just showing the language code... 2013-04-18 23:42:44 +02:00
custom_rules.xml
git-version-gen.sh Adnroid buildfix, we have too many makefiles. 2013-03-02 15:33:07 -08:00
macshaders.sh
proguard-project.txt
project.properties
README.TXT

First, build the C++ static library:
> cd android
> ./ab.sh

Start Eclipse, import the android directory as an existing project
Build and run. 

If you modify the C++ code, you need to rebuild the static library, of
course. To get Eclipse to understand that you have in fact changed something
if you haven't also changed any Java code, just add a space character to 
PPSSPPActivity.java, or right click the project and choose Refresh, and then
relaunch the app on the device.

A real Android device is strongly recommended for testing. Don't trust
the emulator.