mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-12 21:30:07 +00:00
CPU thread housekeeping on shutdown
This commit is contained in:
parent
5805822bd4
commit
88ca414f80
@ -506,6 +506,9 @@ static void *cpu_thread(void *dummyptr) {
|
||||
MB_Destroy();
|
||||
audio_shutdown();
|
||||
|
||||
cpu_thread_id = 0;
|
||||
cpu_pause();
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user