1
0
forked from Clones/Controlify

Unknown controller submission screen.

This commit is contained in:
isXander
2023-08-02 23:16:51 +01:00
parent 90710d1510
commit 19cdf59666
9 changed files with 257 additions and 16 deletions

View File

@ -76,8 +76,6 @@ public class ControllerHIDService {
}
ControllerType type = ControllerType.getTypeForHID(hid.getSecond());
if (type == ControllerType.UNKNOWN)
Log.LOGGER.warn("Controller found via USB hardware scan, but it was not found in the controller identification database! (HID: {})", hid.getSecond());
unconsumedControllerHIDs.removeIf(h -> hid.getFirst().getPath().equals(h.getFirst().getPath()));