1
0
forked from Clones/Controlify

🐛 fix rumble reported as unsupported if it's off

This commit is contained in:
isXander
2023-05-06 12:51:42 +01:00
parent ede64f471f
commit 9017b3008c
12 changed files with 61 additions and 23 deletions

View File

@ -47,7 +47,7 @@ public class FakeController implements JoystickController<JoystickConfig> {
}
@Override
public boolean canRumble() {
public boolean supportsRumble() {
return false;
}
});