Log warnings when LibusbUtils::GetDeviceList fails

This commit is contained in:
Pokechu22
2022-06-08 12:17:37 -07:00
parent 91a7c4bdf2
commit 15cbb5c8f9
6 changed files with 25 additions and 13 deletions

View File

@ -31,7 +31,7 @@ public:
bool IsValid() const;
// Only valid if the context is valid.
bool GetDeviceList(GetDeviceListCallback callback);
int GetDeviceList(GetDeviceListCallback callback) const;
private:
class Impl;