summaryrefslogtreecommitdiff
path: root/src/input_common/input_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/input_engine.h')
-rw-r--r--src/input_common/input_engine.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input_common/input_engine.h b/src/input_common/input_engine.h
index c621686e5..02272b3f8 100644
--- a/src/input_common/input_engine.h
+++ b/src/input_common/input_engine.h
@@ -161,8 +161,9 @@ public:
161 }; 161 };
162 162
163 /// Retrieves the name of the given input. 163 /// Retrieves the name of the given input.
164 virtual std::string GetUIName([[maybe_unused]] const Common::ParamPackage& params) const { 164 virtual Common::Input::ButtonNames GetUIName(
165 return GetEngineName(); 165 [[maybe_unused]] const Common::ParamPackage& params) const {
166 return Common::Input::ButtonNames::Engine;
166 }; 167 };
167 168
168 /// Retrieves the index number of the given hat button direction 169 /// Retrieves the index number of the given hat button direction