mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 22:25:01 -06:00
hid/input: fix enumerated device comparison
This commit is contained in:
parent
5569c5c803
commit
d61c2496b6
@ -341,7 +341,7 @@ void hid_pad_handler<Device>::update_devices()
|
|||||||
return;
|
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);
|
m_enumerated_serials = std::move(m_new_enumerated_serials);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user