diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/evdev/evdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
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"; } |
