WiimoteEmu: Change default tilt angle to 85 degrees.

This commit is contained in:
Jordan Woyak 2019-10-06 09:46:51 -05:00
parent 260cefd60b
commit 673f13b7ac

View File

@ -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"),