mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-25 14:09:10 +00:00
audio: Added SDL_IsAudioDevicePhysical and SDL_IsAudioDevicePlayback.
Fixes #11529.
This commit is contained in:
parent
d53241a299
commit
ce573b01f8
5 changed files with 51 additions and 0 deletions
|
@ -1187,6 +1187,8 @@ SDL3_0.0.0 {
|
|||
SDL_SaveFile_IO;
|
||||
SDL_SaveFile;
|
||||
SDL_GetCurrentDirectory;
|
||||
SDL_IsAudioDevicePhysical;
|
||||
SDL_IsAudioDevicePlayback;
|
||||
# extra symbols go here (don't modify this line)
|
||||
local: *;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue