mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user