Removed SDL_INIT_NOPARACHUTE

Fixes https://github.com/libsdl-org/SDL/issues/7121
This commit is contained in:
Sam Lantinga
2023-01-22 09:14:12 -08:00
parent e4fdf42097
commit 9c8642ded9
2 changed files with 3 additions and 4 deletions

View File

@@ -284,6 +284,9 @@ The following hints have been removed:
The following symbols have been renamed:
* SDL_INIT_GAMECONTROLLER => SDL_INIT_GAMEPAD
The following symbols have been removed:
* SDL_INIT_NOPARACHUTE
## SDL_joystick.h
SDL_JoystickID has changed from Sint32 to Uint32, with an invalid ID being 0.