mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
InputCommon: add a ton of missing consts
fix some related grammar errors only the ButtonManager required code changes
This commit is contained in:
parent
d586163e38
commit
a261e61e9e
20 changed files with 61 additions and 40 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
virtual ~Control();
|
||||
|
||||
template <typename T = ControlState>
|
||||
T GetState()
|
||||
T GetState() const
|
||||
{
|
||||
return control_ref->GetState<T>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue