forked from Clones/Controlify
🐛 fix rumble reported as unsupported if it's off
This commit is contained in:
@ -47,7 +47,7 @@ public class FakeController implements JoystickController<JoystickConfig> {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canRumble() {
|
||||
public boolean supportsRumble() {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user