mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Remove AudioCVT interface in favor of SDL_AudioStream
This commit is contained in:
parent
9211c0b639
commit
64bc0a1612
8 changed files with 161 additions and 142 deletions
|
@ -32,7 +32,6 @@ SDL3_0.0.0 {
|
|||
SDL_BlitSurfaceScaled;
|
||||
SDL_BlitSurfaceUnchecked;
|
||||
SDL_BlitSurfaceUncheckedScaled;
|
||||
SDL_BuildAudioCVT;
|
||||
SDL_CaptureMouse;
|
||||
SDL_ClearAudioStream;
|
||||
SDL_ClearComposition;
|
||||
|
@ -48,7 +47,6 @@ SDL3_0.0.0 {
|
|||
SDL_CondSignal;
|
||||
SDL_CondWait;
|
||||
SDL_CondWaitTimeout;
|
||||
SDL_ConvertAudio;
|
||||
SDL_ConvertPixels;
|
||||
SDL_ConvertSurface;
|
||||
SDL_ConvertSurfaceFormat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue