about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-02-05 09:31:12 +0100
committerptitSeb <sebastien.chev@gmail.com>2022-02-05 09:31:12 +0100
commit552258ed3ccb460ef4c6637b3e74fca0fa3bee8d (patch)
tree236c71aa8d926ceff22aa5571d9d6d3985a96bab /src
parentafc4cbc3b24e6db4ebd0e30502fe42b0e63362be (diff)
downloadbox64-552258ed3ccb460ef4c6637b3e74fca0fa3bee8d.tar.gz
box64-552258ed3ccb460ef4c6637b3e74fca0fa3bee8d.zip
Added SDL_GetAudioDeviceSpec wrapped function to SDL2
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedsdl2_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h
index 02907b0e..031b28f8 100755
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -172,6 +172,7 @@ GO(SDL_GetAssertionReport, pFv)
 GO(SDL_GetAudioDeviceName, pFii)
 GO(SDL_GetAudioDeviceStatus, iFi)
 GO(SDL_GetAudioDriver, pFi)
+GO(SDL_GetAudioDeviceSpec, iFiip)
 GO(SDL_GetAudioStatus, iFv)
 GOM(SDL_GetBasePath, pFEv)
 GO(SDL_GetClipboardText, pFv)