From 8423f848d0d8c4846fcc2eac186131ef44e6d249 Mon Sep 17 00:00:00 2001 From: Techjar Date: Mon, 1 Jun 2020 16:59:45 -0400 Subject: ControllerInterface: Combine evdev devices with the same physical location in addition to unique ID --- Source/Core/InputCommon/ControllerInterface/evdev/evdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h') diff --git a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h index 3c60e2cb57..f37c7c78d0 100644 --- a/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h +++ b/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h @@ -82,6 +82,7 @@ public: bool AddNode(std::string devnode, int fd, libevdev* dev); const char* GetUniqueID() const; + const char* GetPhysicalLocation() const; std::string GetName() const override { return m_name; } std::string GetSource() const override { return "evdev"; } -- cgit v1.2.3