mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Cleanup
This commit is contained in:
parent
24b410476b
commit
5a1f20a999
@ -237,11 +237,7 @@ static bool al_start(void *data, bool is_shutdown)
|
|||||||
{
|
{
|
||||||
al_t *al = (al_t*)data;
|
al_t *al = (al_t*)data;
|
||||||
if (al)
|
if (al)
|
||||||
#ifdef EMSCRIPTEN //NEVER EVER BLOCK THE MAIN THREAD!! Emscripten will handle this for us :)
|
|
||||||
al->nonblock = true;
|
|
||||||
#else
|
|
||||||
al->nonblock = state;
|
al->nonblock = state;
|
||||||
#endif
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user