mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 19:06:48 -05:00
ControllerInterface: enable hotplugging on macOS
This commit is contained in:
@@ -263,5 +263,10 @@ std::string Keyboard::Key::GetName() const
|
||||
{
|
||||
return m_name;
|
||||
}
|
||||
|
||||
bool Keyboard::IsSameDevice(const IOHIDDeviceRef other_device) const
|
||||
{
|
||||
return m_device == other_device;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user