From 0ab2bc22871128fc97b184311616a1d1d1fd6a64 Mon Sep 17 00:00:00 2001 From: Martino Fontana Date: Sat, 28 Oct 2023 16:32:01 +0200 Subject: ControllerInterface: Make FullAnalogSurface inherit IsDetectable() --- Source/Core/InputCommon/ControllerInterface/CoreDevice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface/CoreDevice.h') diff --git a/Source/Core/InputCommon/ControllerInterface/CoreDevice.h b/Source/Core/InputCommon/ControllerInterface/CoreDevice.h index 1667b42a00..4ed5866eff 100644 --- a/Source/Core/InputCommon/ControllerInterface/CoreDevice.h +++ b/Source/Core/InputCommon/ControllerInterface/CoreDevice.h @@ -163,6 +163,7 @@ protected: FullAnalogSurface(Input* low, Input* high) : m_low(*low), m_high(*high) {} ControlState GetState() const override; std::string GetName() const override; + bool IsDetectable() const override; bool IsMatchingName(std::string_view name) const override; private: -- cgit v1.2.3