mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
(HID) Buildfix
This commit is contained in:
parent
f1533f8ebf
commit
ee43f89aa7
@ -331,7 +331,7 @@ static void apple_hid_device_add(void* context, IOReturn result,
|
||||
connection->device_name, sizeof(settings->input.device_names));
|
||||
|
||||
apple_hid_device_add_autodetect(connection->slot,
|
||||
connection->device_name, apple_hid_joypad.ident, dev_vid, dev_pid);
|
||||
connection->device_name, hid_joypad.ident, dev_vid, dev_pid);
|
||||
|
||||
error:
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user