|
@@ -443,9 +443,6 @@ static void HIDAPI_SetupDeviceDriver(SDL_HIDAPI_Device *device, SDL_bool *remove
|
|
int lock_count = 0;
|
|
int lock_count = 0;
|
|
char *path = SDL_strdup(device->path);
|
|
char *path = SDL_strdup(device->path);
|
|
|
|
|
|
- /* Wait a little bit for the device to initialize */
|
|
|
|
- SDL_Delay(10);
|
|
|
|
-
|
|
|
|
SDL_AssertJoysticksLocked();
|
|
SDL_AssertJoysticksLocked();
|
|
while (SDL_JoysticksLocked()) {
|
|
while (SDL_JoysticksLocked()) {
|
|
++lock_count;
|
|
++lock_count;
|