apple2ix/Android/jni
Aaron Culliney 3ed159dd0b Lightly refactor joystick and button handling during reset
- Remove unused button2 variable
    - Remake little-used backend joystick reset function as function pointer
    - Allow soft reset and self-test on Android (although there is still a race condition due to code that directly sets
      joy_button[12] values
2016-04-17 11:42:13 -07:00
..
android_globals.h Upgrade to GPLv3 "or later" and update copyrights 2015-10-22 21:09:13 -07:00
androidkeys.c map L1 and R1 keys to joy buttons 2015-12-19 23:13:44 -08:00
androidkeys.h Meager support for Android joystick/gamepad keys 2015-12-19 13:14:46 -08:00
apple2ix
apple2ix-src
apple2ix.mk Support building Android version in release mode (without -g and with -DNDEBUG=1) 2016-01-03 13:59:52 -08:00
Application.mk x86 builds and basically works on Android x86 devices 2015-11-09 22:45:52 -08:00
breakpad Integrate Breakpad crash dumper and tools into Android build 2015-09-19 13:11:27 -07:00
breakpad.mk Integrate Breakpad crash dumper and tools into Android build 2015-09-19 13:11:27 -07:00
build.sh Streamline and fix test codepaths on Desktop Linux and Android 2016-04-13 19:33:08 -07:00
clean
jnicrash.c Expand coverage of heap memory checking of debug builds and simplify FREE() calls 2016-02-26 21:26:57 -08:00
jnihooks.c Lightly refactor joystick and button handling during reset 2016-04-17 11:42:13 -07:00
sources.mk Refactor Android variant to use common shared JSON preferences 2016-04-11 22:01:30 -07:00
testcpu
testcpu.mk Streamline and fix test codepaths on Desktop Linux and Android 2016-04-13 19:33:08 -07:00
testdisk
testdisk.mk Streamline and fix test codepaths on Desktop Linux and Android 2016-04-13 19:33:08 -07:00
testdisplay
testdisplay.mk Streamline and fix test codepaths on Desktop Linux and Android 2016-04-13 19:33:08 -07:00
testprefs.mk Streamline and fix test codepaths on Desktop Linux and Android 2016-04-13 19:33:08 -07:00
testvm
testvm.mk Streamline and fix test codepaths on Desktop Linux and Android 2016-04-13 19:33:08 -07:00
uninstall