mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-20 11:50:40 +00:00
audio: Added a FIXME
This commit is contained in:
@@ -657,6 +657,8 @@ void SDL_QuitAudio(void)
|
||||
return;
|
||||
}
|
||||
|
||||
// !!! FIXME: Destroy all known audio streams, too.
|
||||
|
||||
// merge device lists so we don't have to duplicate work below.
|
||||
SDL_LockRWLockForWriting(current_audio.device_list_lock);
|
||||
SDL_AtomicSet(¤t_audio.shutting_down, 1);
|
||||
|
||||
Reference in New Issue
Block a user