mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
ControllerInterface/DolphinQt: Make mapping "all devices" way less hacky.
This commit is contained in:
parent
48b69ca018
commit
c389d68186
10 changed files with 192 additions and 232 deletions
|
@ -172,6 +172,9 @@ public:
|
|||
|
||||
bool HasConnectedDevice(const DeviceQualifier& qualifier) const;
|
||||
|
||||
std::pair<std::shared_ptr<Device>, Device::Input*>
|
||||
DetectInput(u32 wait_ms, std::vector<std::string> device_strings);
|
||||
|
||||
protected:
|
||||
mutable std::mutex m_devices_mutex;
|
||||
std::vector<std::shared_ptr<Device>> m_devices;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue