1
0
forked from Clones/Controlify

immediately fast compat

This commit is contained in:
isXander
2023-03-15 19:55:23 +00:00
parent 74643bd410
commit ff095aaaba
7 changed files with 50 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class ControllerHIDService implements HidServicesListener {
services.scan();
try {
// wait for scan to complete on separate thread
Thread.sleep(200);
Thread.sleep(800);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}