early-access version 1780
This commit is contained in:
3
externals/SDL/src/core/linux/SDL_udev.c
vendored
3
externals/SDL/src/core/linux/SDL_udev.c
vendored
@@ -451,9 +451,6 @@ SDL_UDEV_Poll(void)
|
||||
|
||||
if (action) {
|
||||
if (SDL_strcmp(action, "add") == 0) {
|
||||
/* Wait for the device to finish initialization */
|
||||
SDL_Delay(100);
|
||||
|
||||
device_event(SDL_UDEV_DEVICEADDED, dev);
|
||||
} else if (SDL_strcmp(action, "remove") == 0) {
|
||||
device_event(SDL_UDEV_DEVICEREMOVED, dev);
|
||||
|
Reference in New Issue
Block a user