mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-12 07:04:07 -04:00
InputCommon: Constify Device::Input::IsDetectable function.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user