WiimoteEmu: Change default tilt angle to 85 degrees.
This commit is contained in:
parent
260cefd60b
commit
673f13b7ac
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue