apple2ix/Android/jni
Aaron Culliney 829291feba Refactor all drawing to run on video thread in one scanner pass
- Moves extra work off CPU/audio thread
    - Prepares the way to possibly remove the vestigal intermediate indexed framebuffer and do direct RGBA_8888 writes
      to XImage or OpenGL texture
    - Prepares the ground for possible better emulation of video scanner hardware

Conflicts:
	src/display.c
	src/video/glvideo.c
	src/video/video.h
2016-02-15 13:29:58 -08:00
..
android_globals.h
androidkeys.c map L1 and R1 keys to joy buttons 2015-12-19 23:13:44 -08:00
androidkeys.h
apple2ix
apple2ix-src
apple2ix.mk
Application.mk
breakpad
breakpad.mk
build.sh
clean WIP : script wrapper for Android ndk-build 2015-02-16 08:47:26 -08:00
jnicrash.c
jnihooks.c
jniprefs.c Refactor all drawing to run on video thread in one scanner pass 2016-02-15 13:29:58 -08:00
sources.mk
testcpu
testcpu.mk
testdisk
testdisk.mk
testdisplay
testdisplay.mk
testvm
testvm.mk Support building Android version in release mode (without -g and with -DNDEBUG=1) 2016-01-03 13:59:52 -08:00
uninstall