Fixed broken hid device search

This commit is contained in:
dando92
2025-03-27 22:36:29 -07:00
committed by teejusb
parent fb15205d71
commit 1436d4c708
+3
View File
@@ -142,6 +142,9 @@ void HidDevice::GetDeviceInfo(int vid, const std::vector<int> pids, int interfac
}
}
if (found)
break;
cur_dev = cur_dev->next;
}
}