mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Apple) Build fix
This commit is contained in:
parent
7d3eed53ba
commit
c31d2867f5
@ -133,7 +133,7 @@ static void hid_manager_device_attached(void* context, IOReturn result, void* se
|
|||||||
if (device_name[0] != '\0')
|
if (device_name[0] != '\0')
|
||||||
{
|
{
|
||||||
strlcpy(g_settings.input.device_names[connection->slot], device_name, sizeof(g_settings.input.device_names));
|
strlcpy(g_settings.input.device_names[connection->slot], device_name, sizeof(g_settings.input.device_names));
|
||||||
input_configure_autoconfigure_joypad(connection->slot, device_name, apple_joypad.ident);
|
input_config_autoconfigure_joypad(connection->slot, device_name, apple_joypad.ident);
|
||||||
RARCH_LOG("Port %d: %s.\n", connection->slot, device_name);
|
RARCH_LOG("Port %d: %s.\n", connection->slot, device_name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user