apple2ix/src
Aaron Culliney 287df44133 Move tap delay to joystick variant
- Keypad variant already has a key repeat threshold
    - Improved variant touch lifecycle naming
2015-09-02 22:47:48 -07:00
..
arm
audio Refactor timing locking behavior 2015-07-26 13:48:24 -07:00
meta Refactor timing locking behavior 2015-07-26 13:48:24 -07:00
test Refactor : rename audio subsystem initialization and shutdown functions 2015-06-14 15:05:44 -07:00
video Move tap delay to joystick variant 2015-09-02 22:47:48 -07:00
video_util Reminder for a future rethink/refactor 2015-06-06 13:00:53 -07:00
x86
apple2.6
common.h Logging should automatically print function 2015-08-21 23:43:19 -07:00
cpu-supp.c Refactor: rename to video_reset() for clarity 2015-05-29 21:46:07 -07:00
cpu.h
crusty.cfg
darwin-shim.c
darwin-shim.h
disk.c Kill a magic number and ensure file_name is nul-terminated 2015-06-01 22:08:58 -07:00
disk.h Kill a magic number and ensure file_name is nul-terminated 2015-06-01 22:08:58 -07:00
display.c Add a video_clear() routine 2015-08-20 22:12:54 -07:00
font.c Fix cycling between different touch devices in the GL touch menu 2015-08-21 23:33:08 -07:00
font.txt Fix cycling between different touch devices in the GL touch menu 2015-08-21 23:33:08 -07:00
genfont.c Various additions/changes to interface glyphs 2015-04-19 14:25:53 -07:00
genrom.c
glue.h
interface.c nativeOnTouch() now returns various state flags 2015-07-30 22:05:21 -07:00
interface.h Expose all three touch interfaces in the sprouting menu for easier switching 2015-08-29 10:42:24 -07:00
joystick.c Add ability to hide joystick controls overlay 2015-08-22 11:05:18 -07:00
joystick.h Add ability to hide joystick controls overlay 2015-08-22 11:05:18 -07:00
json_parse.c Include jsmn JSON parsing code; add our own wrapper for processing JSON daata from files 2015-08-28 22:09:35 -07:00
json_parse.h Include jsmn JSON parsing code; add our own wrapper for processing JSON daata from files 2015-08-28 22:09:35 -07:00
keys.c Parse JSON that specifies alternate keyboard settings 2015-08-28 22:12:53 -07:00
keys.h Parse JSON that specifies alternate keyboard settings 2015-08-28 22:12:53 -07:00
misc.c Use single buffer queue callback for OpenSLES/Android 2015-07-12 12:59:49 -07:00
misc.h Fix shutdown codepaths 2015-05-31 13:43:51 -07:00
prefs.c path handling cleanups 2015-06-01 22:25:29 -07:00
prefs.h path handling cleanups 2015-06-01 22:25:29 -07:00
rom-shim.c
timing.c Android lifecycle cleanups 2015-07-27 22:36:39 -07:00
timing.h Android lifecycle cleanups 2015-07-27 22:36:39 -07:00
uthash.h
vm.c Refactor GL Touch Joystick (PART I Native changes) 2015-08-18 21:59:41 -07:00
zlib-helpers.c Silence Valgrind complaint about gzread() 2015-06-01 22:04:01 -07:00
zlib-helpers.h