mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
|
@ -69,7 +69,7 @@ private:
|
|||
{
|
||||
}
|
||||
std::string GetName() const override;
|
||||
bool IsDetectable() override { return false; }
|
||||
bool IsDetectable() const override { return false; }
|
||||
ControlState GetState() const override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue