Render thread will actually eject the disks through emulator_shutdown()

This commit is contained in:
Aaron Culliney
2016-02-20 11:09:24 -08:00
parent dcbf1ace18
commit 15d64cf24e
-3
View File
@@ -290,9 +290,6 @@ void Java_org_deadc0de_apple2ix_Apple2Activity_nativeOnQuit(JNIEnv *env, jclass
LOG("...");
disk6_eject(0);
disk6_eject(1);
#if DO_CPU65_TRACING
cpu65_trace_end();
#endif