mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Add SDL_PlayAudioDevice() to play audio. Remove pause_on param from SDL_PauseAudioDevice()
This commit is contained in:
parent
26be384801
commit
93e2903ac5
14 changed files with 72 additions and 34 deletions
|
@ -842,6 +842,7 @@ SDL3_0.0.0 {
|
|||
SDL_modf;
|
||||
SDL_modff;
|
||||
SDL_GetRenderVSync;
|
||||
SDL_PlayAudioDevice;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue