diff options
| author | Dentomologist <dentomologist@gmail.com> | 2023-05-29 16:31:19 -0700 |
|---|---|---|
| committer | Dentomologist <dentomologist@gmail.com> | 2023-06-12 18:11:04 -0700 |
| commit | 527f8e783c915886985ae38b580d33744435de58 (patch) | |
| tree | c20322d6ab1de267610f128352e76f15cf80a53b /Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp | |
| parent | c8559a79332aa81e4060389d82cd8df885147972 (diff) | |
ControllerEmu: Convert Translatability to enum class
Diffstat (limited to 'Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp | 2 |
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 d7ff228a19..713ad59cc5 100644 --- a/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp +++ b/Source/Core/InputCommon/ControllerEmu/ControlGroup/IMUCursor.cpp @@ -26,7 +26,7 @@ IMUCursor::IMUCursor(std::string name_, std::string ui_name_) ControlGroup::DefaultValue::Enabled) #endif { - AddInput(Translate, _trans("Recenter")); + AddInput(Translatability::Translate, _trans("Recenter")); // Default values chosen to reach screen edges in most games including the Wii Menu. |
