1
0
forked from Clones/Controlify

✏️ Lazily ask for vibration natives once controller plugged in (close #63)

This commit is contained in:
isXander
2023-05-05 17:16:15 +01:00
parent 63c3816a21
commit 834b7e9f6f
4 changed files with 56 additions and 28 deletions

View File

@ -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());
}