Another attemp to fix Cocoa deadlocking
This commit is contained in:
parent
bec09a012c
commit
bf32ae66c6
@ -374,7 +374,9 @@ static void audioCallback(GB_gameboy_t *gb, GB_sample_t *sample)
|
|||||||
if (GB_debugger_is_stopped(&gb)) {
|
if (GB_debugger_is_stopped(&gb)) {
|
||||||
[self interruptDebugInputRead];
|
[self interruptDebugInputRead];
|
||||||
}
|
}
|
||||||
|
[audioLock lock];
|
||||||
stopping = true;
|
stopping = true;
|
||||||
|
[audioLock unlock];
|
||||||
running = false;
|
running = false;
|
||||||
while (stopping);
|
while (stopping);
|
||||||
GB_debugger_set_disabled(&gb, false);
|
GB_debugger_set_disabled(&gb, false);
|
||||||
|
Loading…
Reference in New Issue
Block a user