sdl2 audio: add sound_threaded rc var
commitcc5726edbda706b59e583b9a1a5a691c5823f40f
authorrofl0r <rofl0r@users.noreply.github.com>
Mon, 28 Mar 2022 18:44:15 +0000 (28 18:44 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Mon, 28 Mar 2022 18:44:15 +0000 (28 18:44 +0000)
tree4b0efa3bcef815462168b2d24d939d62474face4
parentecd24f58ddf68a55039bd4f91e3f7e451156e59c
sdl2 audio: add sound_threaded rc var

since most sdl users don't use the new blocking API, it's not as
well-tested and the old callback thread method may work better
on some platforms.
sys/sdl2/sdl-audio.c