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:
Sylvain Becker
2022-12-27 14:22:22 +01:00
committed by GitHub
parent 3fb0c8b54a
commit 47170d288e
10 changed files with 51 additions and 65 deletions

View File

@@ -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()