mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-10-13 22:27:07 +00:00
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 35292d7dba88faa667f86e77c63651d19ef49178. Reference Issue #7883. Reference Issue #7427. |
||
---|---|---|
.. | ||
SDL_pulseaudio.c | ||
SDL_pulseaudio.h |