mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(Apple) Build fixes
This commit is contained in:
parent
f20baeb221
commit
a6dabc5b78
@ -199,7 +199,7 @@ static void hid_manager_device_attached(void* context, IOReturn result,
|
||||
device_name, sizeof(g_settings.input.device_names));
|
||||
|
||||
input_config_autoconfigure_joypad(connection->slot,
|
||||
device_name, connection->v_id, connection->p_id, apple_joypad.ident);
|
||||
device_name, connection->v_id, connection->p_id, apple_hid_joypad.ident);
|
||||
RARCH_LOG("Port %d: %s.\n", connection->slot, device_name);
|
||||
}
|
||||
}
|
||||
|
@ -83,7 +83,12 @@ rarch_joypad_driver_t *joypad_drivers[] = {
|
||||
&sdl_joypad,
|
||||
#endif
|
||||
#ifdef __MACH__
|
||||
&apple_joypad,
|
||||
#ifdef HAVE_HID
|
||||
&apple_hid_joypad,
|
||||
#endif
|
||||
#ifdef IOS
|
||||
&apple_ios_joypad,
|
||||
#endif
|
||||
#endif
|
||||
#ifdef __QNX__
|
||||
&qnx_joypad,
|
||||
|
Loading…
Reference in New Issue
Block a user