mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-13 19:58:45 +08:00
1453cfa4e9
This used to create a context and mainloop for each device and the hotplug
thread, but this isn't correct use of PulseAudio's API. Now we have a
single context and a pa_threaded_mainloop, and all threads cooperate around
it.
This was originally from SDL3, in 35292d7dba.
Reference Issue #7883.
Reference Issue #7427.