diff --git a/src/joystick/hidapi/SDL_hidapijoystick.c b/src/joystick/hidapi/SDL_hidapijoystick.c index a72f44699f..3045f3bd7d 100644 --- a/src/joystick/hidapi/SDL_hidapijoystick.c +++ b/src/joystick/hidapi/SDL_hidapijoystick.c @@ -448,9 +448,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;