audio: Readded (logical) device pausing.

This commit is contained in:
Ryan C. Gordon
2023-06-22 00:59:26 -04:00
parent fd4c9f4e11
commit 01f7b53865
6 changed files with 134 additions and 3 deletions

View File

@@ -885,6 +885,9 @@ SDL3_0.0.0 {
SDL_ConvertAudioSamples;
SDL_GetSilenceValueForFormat;
SDL_LoadWAV;
SDL_PauseAudioDevice;
SDL_UnpauseAudioDevice;
SDL_IsAudioDevicePaused;
# extra symbols go here (don't modify this line)
local: *;
};