mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
missed 1
This commit is contained in:
parent
8aa0d02b31
commit
63738f3165
@ -270,7 +270,7 @@ static void qnx_input_autodetect_gamepad(void *data, input_device_t* controller,
|
|||||||
if (name_buf[0] != '\0')
|
if (name_buf[0] != '\0')
|
||||||
{
|
{
|
||||||
strlcpy(g_settings.input.device_names[port], name_buf, sizeof(g_settings.input.device_names[port]));
|
strlcpy(g_settings.input.device_names[port], name_buf, sizeof(g_settings.input.device_names[port]));
|
||||||
input_config_autoconfigure_joypad(port, name_buf, android_joypad.ident);
|
input_config_autoconfigure_joypad(port, name_buf, qnx->joypad);
|
||||||
|
|
||||||
controller->port = port;
|
controller->port = port;
|
||||||
qnx->port_device[port] = controller;
|
qnx->port_device[port] = controller;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user