mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-03 16:36:25 +00:00
Handle hotplugging of Wii controller extensions
This commit is contained in:
@@ -834,6 +834,9 @@ check_removed:
|
||||
goto check_removed;
|
||||
} else {
|
||||
HIDAPI_DelDevice(device);
|
||||
|
||||
/* Update the device list again in case this device comes back */
|
||||
SDL_HIDAPI_change_count = 0;
|
||||
}
|
||||
}
|
||||
device = next;
|
||||
|
Reference in New Issue
Block a user