mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
InputCommon: Constify Device::Input::IsDetectable function.
This commit is contained in:
@ -48,7 +48,7 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
bool IsDetectable() override { return Detectable; }
|
||||
bool IsDetectable() const override { return Detectable; }
|
||||
|
||||
std::string GetName() const override { return m_name; }
|
||||
|
||||
|
Reference in New Issue
Block a user