emscriptenaudio: don't get stuck in infinite loop if SDL_AudioStreamPut fails.
parent
f07a1a5ad5
commit
1a90c72dfc
|
@ -73,6 +73,7 @@ HandleAudioProcess(_THIS)
|
|||
if (SDL_AudioStreamPut(this->stream, this->fake_stream, stream_len) == -1) {
|
||||
SDL_AudioStreamClear(this->stream);
|
||||
SDL_AtomicSet(&this->enabled, 0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue