mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
ControllerInterface: mixed comments
This commit is contained in:
@ -227,6 +227,7 @@ public:
|
||||
std::chrono::milliseconds maximum_wait) const;
|
||||
|
||||
protected:
|
||||
// Exclusively needed when reading/writing "m_devices"
|
||||
mutable std::recursive_mutex m_devices_mutex;
|
||||
std::vector<std::shared_ptr<Device>> m_devices;
|
||||
};
|
||||
|
Reference in New Issue
Block a user