hid/input: fix enumerated device comparison
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user