mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-28 13:50:22 -05: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