mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
(Apple OSX) Build fix
This commit is contained in:
parent
aea679456d
commit
e6f3f82440
@ -197,8 +197,10 @@ static void hid_manager_device_attached(void* context, IOReturn result,
|
||||
{
|
||||
strlcpy(g_settings.input.device_names[connection->slot],
|
||||
device_name, sizeof(g_settings.input.device_names));
|
||||
|
||||
/* TODO - VID/PID? */
|
||||
input_config_autoconfigure_joypad(connection->slot,
|
||||
device_name, apple_joypad.ident);
|
||||
device_name, 0, 0, apple_joypad.ident);
|
||||
RARCH_LOG("Port %d: %s.\n", connection->slot, device_name);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user