mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-04 08:06:02 +02:00
Otherwise, in the time it takes the thread to start and other init tasks to complete, we tend to get an underrun on some systems, which ALSA logs to stderr. So this is moved to an InitThread implementation, which runs from the device thread, right before it begins its main loop. Reference PR #12632.