mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Fix hid_pad_handler
This commit is contained in:
parent
1b7b59466d
commit
ec8cb1668c
2 changed files with 4 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ protected:
|
|||
|
||||
std::set<std::string> m_last_enumerated_devices;
|
||||
std::set<std::string> m_new_enumerated_devices;
|
||||
std::map<std::string, std::wstring_view> m_enumerated_serials;
|
||||
std::map<std::string, std::wstring> m_enumerated_serials;
|
||||
std::mutex m_enumeration_mutex;
|
||||
std::unique_ptr<named_thread<std::function<void()>>> m_enumeration_thread;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue