We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a09b5 commit 1d63c49Copy full SHA for 1d63c49
1 file changed
audio/drivers/openal.c
@@ -237,15 +237,11 @@ static bool al_get_buffer(al_t *al, ALuint *buffer)
237
if (al_unqueue_buffers(al))
238
break;
239
240
-#ifndef EMSCRIPTEN
241
if (al->nonblock)
242
-#endif
243
return false;
244
245
-#ifndef _WIN32
246
/* Must sleep as there is no proper blocking method. */
247
retro_sleep(1);
248
249
}
250
251
*buffer = al->res_buf[--al->res_ptr];
0 commit comments