mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 04:51:26 +12:00
hid/input: fix enumerated device comparison
This commit is contained in:
parent
5569c5c803
commit
d61c2496b6
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ void hid_pad_handler<Device>::update_devices()
|
|||
return;
|
||||
}
|
||||
|
||||
m_enumerated_devices = std::move(m_new_enumerated_devices);
|
||||
m_enumerated_devices = m_new_enumerated_devices;
|
||||
m_enumerated_serials = std::move(m_new_enumerated_serials);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue