mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 00:40:09 +00:00
(wiiusb_hid.c) Don't call remove_adapter from remove_notify
This commit is contained in:
parent
3c7098fdfd
commit
202ffaee3b
@ -225,8 +225,6 @@ static int wiiusb_hid_removalnotify_cb(int result, void *usrdata)
|
||||
if (!hid)
|
||||
return -1;
|
||||
|
||||
remove_adapter(hid, &adapters.next->device);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user