mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
ControllerInterface: Combine evdev devices with the same physical location in addition to unique ID
This commit is contained in:
@ -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"; }
|
||||
|
Reference in New Issue
Block a user