dolphin/Externals
Vincent Duvert 3abc288e02 macOS: Add errno setting in set_report (HID)
IsDeviceUsable in IOhidapi.cpp uses errno to detect if hid_write failed because of an unconnected Wiimote on a Dolphinbar (it expects errno == EPIPE in this case).
macOS’s implementation of hid_write detected this specific error (IOHIDDeviceSetReport returns kUSBHostReturnPipeStalled) but didn’t set errno so the check failed.
This add errno assignment to failure cases of macOS’s hid_write.
2018-01-07 11:14:51 +01:00
..
2017-06-03 18:20:40 -07:00
2017-02-28 12:29:45 -05:00
2017-07-30 07:46:23 -07:00
2017-06-16 13:09:50 +02:00
2017-05-28 13:37:31 +02:00
2017-05-28 13:37:31 +02:00
2017-06-10 14:02:27 +02:00
2017-05-27 18:28:57 -07:00