apple2ix/Android/app
Aaron Culliney d4adabda93 SNEAKY BUGFIX race condition between UI thread and CPU thread on disk insertion
- Previously we would start the CPU thread and then insert, which has been a long standing race condition, but
      possibly better exposed since the recent disk.c rephactor to use mmap I/O
    - This directly manifested on a Kindle Fire 1st Gen as a crash, and, anecdotally on other devices as a "stalled"
      disk read requiring a reboot of the virtual machine.  Yay for crappy devices helping to expose crappy code! (git
      blame me). =P
2015-10-30 23:19:33 -07:00
..
src SNEAKY BUGFIX race condition between UI thread and CPU thread on disk insertion 2015-10-30 23:19:33 -07:00
.gitignore Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00
app.iml Changes that new Android Studio suggests 2015-10-23 00:03:06 -07:00
build.gradle Bump Android version code 2015-10-25 20:56:51 -07:00
proguard-rules.pro Initial Android Studio Gradle project 2015-03-10 13:28:27 -07:00