Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead (#6912)
* Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead * Update README Co-authored-by: Sam Lantinga <slouken@libsdl.org>
This commit is contained in:
@@ -18,6 +18,8 @@ General:
|
||||
* The following functions have been renamed:
|
||||
* SDL_FreeWAV => SDL_free
|
||||
* Removed the following functions from the API, see docs/README-migration.md for details:
|
||||
* SDL_AudioInit
|
||||
* SDL_AudioQuit
|
||||
* SDL_CalculateGammaRamp()
|
||||
* SDL_CreateRGBSurface()
|
||||
* SDL_CreateRGBSurfaceFrom()
|
||||
|
||||
Reference in New Issue
Block a user