mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-17 22:21:07 +01:00
Remove hid_init_sixaxis_usb
This commit is contained in:
parent
3dca4dd4bb
commit
0e8a074b9c
|
|
@ -265,14 +265,6 @@ void ds3_pad_handler::check_add_device(hid_device* hidDevice, hid_enumerated_dev
|
|||
}
|
||||
|
||||
device->report_id = buf[0];
|
||||
#elif defined (__APPLE__)
|
||||
int res = hid_init_sixaxis_usb(hidDevice);
|
||||
if (res < 0)
|
||||
{
|
||||
ds3_log.error("check_add_device: hid_init_sixaxis_usb failed! (result=%d, error=%s)", res, hid_error(hidDevice));
|
||||
hid_close(hidDevice);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
for (wchar_t ch : wide_serial)
|
||||
|
|
|
|||
Loading…
Reference in a new issue