mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Log warnings when LibusbUtils::GetDeviceList fails
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user