This commit is contained in:
Ethan O'Brien 2023-07-14 13:47:59 -05:00 committed by LibretroAdmin
parent 24b410476b
commit 5a1f20a999

View File

@ -237,11 +237,7 @@ static bool al_start(void *data, bool is_shutdown)
{
al_t *al = (al_t*)data;
if (al)
#ifdef EMSCRIPTEN //NEVER EVER BLOCK THE MAIN THREAD!! Emscripten will handle this for us :)
al->nonblock = true;
#else
al->nonblock = state;
#endif
return true;
}