Remove UI changes
This PR is now only the Analog devices handling the range value defaulting at 100%
This commit is contained in:
parent
9c6ae697f5
commit
d6672501ac
5 changed files with 5 additions and 86 deletions
|
@ -461,7 +461,7 @@ public:
|
|||
const int axis_x = params.Get("axis_x", 0);
|
||||
const int axis_y = params.Get("axis_y", 1);
|
||||
const float deadzone = std::clamp(params.Get("deadzone", 0.0f), 0.0f, .99f);
|
||||
const float range = std::clamp(params.Get("range", 0.0f), 0.50f, 1.50f);
|
||||
const float range = std::clamp(params.Get("range", 1.0f), 0.50f, 1.50f);
|
||||
auto joystick = state.GetSDLJoystickByGUID(guid, port);
|
||||
|
||||
// This is necessary so accessing GetAxis with axis_x and axis_y won't crash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue