From 673f13b7ac5b6cc4d96f1b08b9c2dffe514fe62f Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 6 Oct 2019 09:46:51 -0500 Subject: [PATCH] WiimoteEmu: Change default tilt angle to 85 degrees. --- Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp index debca37bd1..c010c969fc 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/Tilt.cpp @@ -31,7 +31,7 @@ Tilt::Tilt(const std::string& name_) : ReshapableInput(name_, name_, GroupType:: _trans("°"), // i18n: Refers to emulated wii remote movement. _trans("Maximum tilt angle.")}, - 90, 0, 180); + 85, 0, 180); AddSetting(&m_max_rotational_velocity, {_trans("Velocity"),