mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 08:48:12 +00:00
Removed public joystick locking API
All joystick functions are thread-safe and you can now get an atomic list of joysticks with SDL_GetJoysticks() Fixes https://github.com/libsdl-org/SDL/issues/6956
This commit is contained in:
@@ -450,7 +450,6 @@ SDL3_0.0.0 {
|
||||
SDL_LoadWAV_RW;
|
||||
SDL_LockAudio;
|
||||
SDL_LockAudioDevice;
|
||||
SDL_LockJoysticks;
|
||||
SDL_LockMutex;
|
||||
SDL_LockSurface;
|
||||
SDL_LockTexture;
|
||||
@@ -677,7 +676,6 @@ SDL3_0.0.0 {
|
||||
SDL_UnloadObject;
|
||||
SDL_UnlockAudio;
|
||||
SDL_UnlockAudioDevice;
|
||||
SDL_UnlockJoysticks;
|
||||
SDL_UnlockMutex;
|
||||
SDL_UnlockSurface;
|
||||
SDL_UnlockTexture;
|
||||
|
Reference in New Issue
Block a user