Merge pull request #9142 from jordan-woyak/expose-fov

WiimoteEmu: Expose IR camera FOV to adjust IMU pointing sensitivity.
This commit is contained in:
Léo Lam
2020-10-20 14:32:02 +02:00
committed by GitHub
5 changed files with 32 additions and 7 deletions

View File

@ -37,7 +37,7 @@ IMUCursor::IMUCursor(std::string name_, std::string ui_name_)
// i18n: The symbol/abbreviation for degrees (unit of angular measure).
_trans("°"),
// i18n: Refers to emulated wii remote movements.
_trans("Total rotation about the yaw axis.")},
_trans("Clamping of rotation about the yaw axis.")},
25, 0, 360);
}