ppsspp/android
2013-11-13 17:09:52 +01:00
..
libs Android: Add native Moga controller support 2013-09-26 14:25:58 +02:00
res Move the SDL C++ wrapper code into the native project as well. 2012-04-10 12:01:05 +02:00
src/com/henrikrydgard/libnative Reverse the Moga Pro version check to check for not non-pro instead. 2013-11-05 20:49:59 +01:00
.classpath Add some disabled code to use EGL_NV_system_time for timing. 2013-07-27 00:34:36 +02:00
.gitignore Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
.project Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
AndroidManifest.xml Cleanup. Try to preserve the context on newer androids. 2012-10-31 14:15:21 +01:00
app-android.cpp Clean up of unused or redundant code and comments. 2013-10-29 11:24:10 +10:00
app-android.h Work towards full android joystick support. 2013-07-06 19:08:20 +02:00
build.xml Add ant build 2012-11-18 23:58:16 +01:00
native_audio.cpp Android 4.2+: Ask for optimal audio buffer size + sample rate. Ignore sample rate for now. 2013-06-19 14:27:50 +02:00
native_audio.h Android 4.2+: Ask for optimal audio buffer size + sample rate. Ignore sample rate for now. 2013-06-19 14:27:50 +02:00
native-audio-so.cpp Fix a signed/unsigned warning. 2013-07-26 23:05:04 -07:00
native-audio-so.h Android 4.2+: Ask for optimal audio buffer size + sample rate. Ignore sample rate for now. 2013-06-19 14:27:50 +02:00
proguard-project.txt Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
project.properties Didn't mean to upgrade the project yet. 2013-11-13 17:09:52 +01:00
README.md Move the SDL C++ wrapper code into the native project as well. 2012-04-10 12:01:05 +02:00

Here's an Android library project. Add this to your eclipse workspace and add a dependency to it, then just inherit from NativeActivity, write your C++ code, and Bob's your uncle.

Contact: hrydgard@gmail.com