mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 07:59:11 +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:
parent
87c8e2b942
commit
a515f51ac0
6 changed files with 13 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue