mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
InputCommon: Constify Device::Input::IsDetectable function.
This commit is contained in:
parent
2b6a1ee4d8
commit
da12f3eebc
9 changed files with 13 additions and 13 deletions
|
@ -48,7 +48,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
bool IsDetectable() override { return Detectable; }
|
||||
bool IsDetectable() const override { return Detectable; }
|
||||
|
||||
std::string GetName() const override { return m_name; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue