audio: Added SDL_AudioDeviceStreamPaused.

We had the other two wrapper functions to pause and resume, and forgot query.
This commit is contained in:
Ryan C. Gordon 2025-01-09 01:36:57 -05:00
parent f61860fa93
commit 3f7f632e14
No known key found for this signature in database
GPG key ID: FA148B892AB48044
6 changed files with 33 additions and 1 deletions

View file

@ -1255,3 +1255,4 @@
#define SDL_GetTrayMenuParentEntry SDL_GetTrayMenuParentEntry_REAL
#define SDL_GetTrayMenuParentTray SDL_GetTrayMenuParentTray_REAL
#define SDL_GetThreadState SDL_GetThreadState_REAL
#define SDL_AudioStreamDevicePaused SDL_AudioStreamDevicePaused_REAL