diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-02-05 09:31:12 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-02-05 09:31:12 +0100 |
| commit | 552258ed3ccb460ef4c6637b3e74fca0fa3bee8d (patch) | |
| tree | 236c71aa8d926ceff22aa5571d9d6d3985a96bab /src | |
| parent | afc4cbc3b24e6db4ebd0e30502fe42b0e63362be (diff) | |
| download | box64-552258ed3ccb460ef4c6637b3e74fca0fa3bee8d.tar.gz box64-552258ed3ccb460ef4c6637b3e74fca0fa3bee8d.zip | |
Added SDL_GetAudioDeviceSpec wrapped function to SDL2
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedsdl2_private.h | 1 |
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) |