mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +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;
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user