mirror of https://github.com/PCSX2/pcsx2.git
USB: evdev mDevices clear fix
This commit is contained in:
parent
a1c4077d83
commit
b5dbd794de
|
@ -816,6 +816,7 @@ namespace usb_pad
|
|||
close(it.cfg.fd);
|
||||
it.cfg.fd = -1;
|
||||
}
|
||||
mDevices.clear();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue