mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
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:
parent
2ab67380d6
commit
6d6d7121f6
@ -277,11 +277,6 @@ public class ControllerHandler implements InputManager.InputDeviceListener {
|
|||||||
context.isRemote = true;
|
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);
|
LimeLog.info("Analog stick deadzone: "+context.leftStickDeadzoneRadius+" "+context.rightStickDeadzoneRadius);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user