mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-27 11:53:45 +02:00
In SDL_audio.c:OpenPhysicalAudioDevice, an attempt is made to SDL_CreateThread if ProvidesOwnCallbackThread is false, but SDL_CreateThreadWithPropertiesRuntime is not implemented for Emscripten, so this always fails. I'm not sure if/when this ever worked, but it simply cannot work in its current state.