summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-10-20 14:32:02 +0200
committerGitHub <noreply@github.com>2020-10-20 14:32:02 +0200
commitf653bd7559a7d17cc9c65ba9c35ac73cca29b6f8 (patch)
tree17910dd9b091c56c0bcf2c2760a33177fbf6dd31 /Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp
parentb2709b81a0476dfea3afe82ae3f78fef93534633 (diff)
parent1dae834c62c01fe0476f1aa9acd737989bbe83ee (diff)
Merge pull request #9142 from jordan-woyak/expose-fov
WiimoteEmu: Expose IR camera FOV to adjust IMU pointing sensitivity.
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp b/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp
index 429cd18880..beda11a29d 100644
--- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp
+++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp
@@ -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);
}