mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-17 00:38:12 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user