Remove the Playpad Pro hack that worked around an issue with old firmware and caused the D-pad to be unresponsive on updated firmware. Fixes #41

This commit is contained in:
Cameron Gutman 2015-03-15 14:30:56 -07:00
parent 2ab67380d6
commit 6d6d7121f6

View File

@ -277,11 +277,6 @@ public class ControllerHandler implements InputManager.InputDeviceListener {
context.isRemote = true;
}
}
// NYKO Playpad has a fake hat that mimics the left stick for some reason
else if (devName.contains("NYKO PLAYPAD")) {
context.hatXAxis = -1;
context.hatYAxis = -1;
}
}
LimeLog.info("Analog stick deadzone: "+context.leftStickDeadzoneRadius+" "+context.rightStickDeadzoneRadius);