mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
(Netplay) Fix client info devices index (#14142)
This commit is contained in:
parent
794e088ae1
commit
0b2be028ca
@ -8599,7 +8599,7 @@ static size_t retrieve_client_info(netplay_t *netplay, netplay_client_info_t *bu
|
||||
info->protocol = connection->netplay_protocol;
|
||||
info->mode = connection->mode;
|
||||
info->ping = connection->ping;
|
||||
info->devices = netplay->client_devices[i];
|
||||
info->devices = netplay->client_devices[i + 1];
|
||||
strlcpy(info->name, connection->nick, sizeof(info->name));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user