Documentation cleanup

This commit is contained in:
Sam Lantinga
2022-12-27 05:28:18 -08:00
parent 47170d288e
commit 9625fb2832
3 changed files with 6 additions and 10 deletions

View File

@@ -42,15 +42,13 @@ The vi format comments have been removed from source code. Vim users can use the
## SDL_audio.h
- SDL_AudioInit() and SDL_AudioQuit() have been removed. Instead you can call SDL_InitSubSytem() and SDL_QuitSubSytem() with SDL_INIT_AUDIO, which will properly refcount the subsystems.
Also the hint SDL_AUDIO_DRIVER can help to choose a specific driver.
SDL_AudioInit() and SDL_AudioQuit() have been removed. Instead you can call SDL_InitSubSytem() and SDL_QuitSubSytem() with SDL_INIT_AUDIO, which will properly refcount the subsystems. You can choose a specific audio driver using SDL_AUDIO_DRIVER hint.
The following functions have been renamed:
* SDL_FreeWAV => SDL_free
SDL_FreeWAV has been removed and calls can be replaced with SDL_free.
## SDL_cpuinfo.h
- SDL_Has3DNow() has been removed; there is no replacement.
SDL_Has3DNow() has been removed; there is no replacement.
The following headers are no longer automatically included, and will need to be included manually:
- immintrin.h