mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 16:37:39 +00:00
Revert "Removed public joystick locking API"
This reverts commit a515f51ac0
.
We still need joystick locking to protect the gamepad mappings
This commit is contained in:
parent
566a559beb
commit
c823f26f18
6 changed files with 28 additions and 13 deletions
|
@ -450,6 +450,7 @@ SDL3_0.0.0 {
|
|||
SDL_LoadWAV_RW;
|
||||
SDL_LockAudio;
|
||||
SDL_LockAudioDevice;
|
||||
SDL_LockJoysticks;
|
||||
SDL_LockMutex;
|
||||
SDL_LockSurface;
|
||||
SDL_LockTexture;
|
||||
|
@ -666,6 +667,7 @@ 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