mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-19 13:34:37 -04:00
libusb: Return string in hid_error()
This commit is contained in:
+1
-1
@@ -1294,7 +1294,7 @@ int HID_API_EXPORT_CALL hid_get_indexed_string(hid_device *dev, int string_index
|
||||
|
||||
HID_API_EXPORT const wchar_t * HID_API_CALL hid_error(hid_device *dev)
|
||||
{
|
||||
return NULL;
|
||||
return L"hid_error is not implemented yet";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user