mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Still need to flush input data.
This commit is contained in:
parent
e7ce01ad3b
commit
90c15fc7a6
@ -462,6 +462,10 @@ static bool send_cur_input(netplay_t *netplay, struct netplay_connection *connec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!netplay_send_flush(&connection->send_packet_buffer, connection->fd,
|
||||||
|
false))
|
||||||
|
return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user