apple2ix/Android/jni
Aaron Culliney 25b9f3d3f3 Android lifecycle cleanups
- Differentiate between cpu_pause() when going to menu (and app is still foregrounded, and cpu_pauseBackground()
      when a system backgrounding event has occurred.
    - Destroy/free audio resources owned by CPU thread when background is requested, put CPU thread into waiting upon
      pthread condition to resume.
    - Mobile device now always signals pthread condition to force CPU thread resume from background
2015-07-27 22:36:39 -07:00
..
android_globals.h Use single buffer queue callback for OpenSLES/Android 2015-07-12 12:59:49 -07:00
androidkeys.c Ctrl-combo keys work with hardware keyboard 2015-06-06 21:17:15 -07:00
androidkeys.h First cut at translating Android keys to Emulator keys 2015-02-28 21:48:08 -08:00
apple2ix Updates to prepare/support Android Studio / Gradle builds 2015-03-10 13:15:36 -07:00
apple2ix-src Updates to prepare/support Android Studio / Gradle builds 2015-03-10 13:15:36 -07:00
apple2ix.mk Beginning of Android persistent settings 2015-07-21 21:38:28 -07:00
Application.mk Android build tweaks 2015-07-12 13:12:44 -07:00
build.sh First cut at Android OpenSLES backend 2015-06-27 11:48:00 -07:00
clean
jnihooks.c Android lifecycle cleanups 2015-07-27 22:36:39 -07:00
jniprefs.c Refactor timing locking behavior 2015-07-26 13:48:24 -07:00
sources.mk Beginning of Android persistent settings 2015-07-21 21:38:28 -07:00
testcpu
testcpu.mk Beginning of Android persistent settings 2015-07-21 21:38:28 -07:00
testdisk
testdisk.mk Beginning of Android persistent settings 2015-07-21 21:38:28 -07:00
testdisplay Build testdisplay and testvm 2015-02-24 20:54:43 -08:00
testdisplay.mk Beginning of Android persistent settings 2015-07-21 21:38:28 -07:00
testvm Build testdisplay and testvm 2015-02-24 20:54:43 -08:00
testvm.mk Beginning of Android persistent settings 2015-07-21 21:38:28 -07:00
uninstall