mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Cleanup
This commit is contained in:
parent
5dd4c88011
commit
07ce0eabd9
@ -126,7 +126,8 @@ static bool command_reply(const char * data, size_t len)
|
|||||||
#if defined(HAVE_NETWORK_CMD) && defined(HAVE_NETPLAY)
|
#if defined(HAVE_NETWORK_CMD) && defined(HAVE_NETPLAY)
|
||||||
if (lastcmd_source == cmd_network)
|
if (lastcmd_source == cmd_network)
|
||||||
{
|
{
|
||||||
sendto(lastcmd_net_fd, data, len, 0, (struct sockaddr*)&lastcmd_net_source, lastcmd_net_source_len);
|
sendto(lastcmd_net_fd, data, len, 0,
|
||||||
|
(struct sockaddr*)&lastcmd_net_source, lastcmd_net_source_len);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user