mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
Removed a duplicate delay accidentally added during code refactor
This commit is contained in:
@@ -443,9 +443,6 @@ static void HIDAPI_SetupDeviceDriver(SDL_HIDAPI_Device *device, SDL_bool *remove
|
||||
int lock_count = 0;
|
||||
char *path = SDL_strdup(device->path);
|
||||
|
||||
/* Wait a little bit for the device to initialize */
|
||||
SDL_Delay(10);
|
||||
|
||||
SDL_AssertJoysticksLocked();
|
||||
while (SDL_JoysticksLocked()) {
|
||||
++lock_count;
|
||||
|
Reference in New Issue
Block a user