From 552258ed3ccb460ef4c6637b3e74fca0fa3bee8d Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 5 Feb 2022 09:31:12 +0100 Subject: Added SDL_GetAudioDeviceSpec wrapped function to SDL2 --- src/wrapped/wrappedsdl2_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit 1.4.1