USB: evdev mDevices clear fix

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-11-04 19:16:30 +01:00 committed by refractionpcsx2
parent a1c4077d83
commit b5dbd794de
1 changed files with 1 additions and 0 deletions

View File

@ -816,6 +816,7 @@ namespace usb_pad
close(it.cfg.fd);
it.cfg.fd = -1;
}
mDevices.clear();
return 0;
}