mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-19 19:16:42 +00:00
Render thread will actually eject the disks through emulator_shutdown()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user