mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
ControllerInterface: enable hotplugging on macOS
This commit is contained in:
@ -78,6 +78,7 @@ public:
|
||||
|
||||
std::string GetName() const override;
|
||||
std::string GetSource() const override;
|
||||
bool IsSameDevice(const IOHIDDeviceRef) const;
|
||||
|
||||
private:
|
||||
const IOHIDDeviceRef m_device;
|
||||
|
Reference in New Issue
Block a user