forked from Clones/Controlify
✏️ Lazily ask for vibration natives once controller plugged in (close #63)
This commit is contained in:
@ -36,7 +36,7 @@ public record GamepadDrivers(BasicGamepadInputDriver basicGamepadInputDriver, Gy
|
||||
}
|
||||
|
||||
// broken
|
||||
if (hid.isPresent() && SteamDeckDriver.isSteamDeck(hid.get()) && false) {
|
||||
if (hid.isPresent() && SteamDeckDriver.isSteamDeck(hid.get())) {
|
||||
gyroDriver = new SteamDeckDriver(hid.get());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user