From a261e61e9e3941d10cf0ef3adf8eac00f722b6db Mon Sep 17 00:00:00 2001 From: Filoppi Date: Tue, 4 May 2021 23:47:55 +0300 Subject: InputCommon: add a ton of missing consts fix some related grammar errors only the ButtonManager required code changes --- Source/Core/InputCommon/ControllerEmu/StickGate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerEmu/StickGate.cpp') diff --git a/Source/Core/InputCommon/ControllerEmu/StickGate.cpp b/Source/Core/InputCommon/ControllerEmu/StickGate.cpp index 797d19aadf..d1b230c373 100644 --- a/Source/Core/InputCommon/ControllerEmu/StickGate.cpp +++ b/Source/Core/InputCommon/ControllerEmu/StickGate.cpp @@ -280,7 +280,7 @@ void ReshapableInput::SaveConfig(IniFile::Section* section, const std::string& d } ReshapableInput::ReshapeData ReshapableInput::Reshape(ControlState x, ControlState y, - ControlState modifier) + ControlState modifier) const { x -= m_center.x; y -= m_center.y; -- cgit v1.2.3