mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Don't flush so eagerly...
This commit is contained in:
parent
d1ab288d73
commit
3e0bc5acdc
@ -162,8 +162,7 @@ bool netplay_send(struct socket_buffer *sbuf, int sockfd, const void *buf,
|
||||
|
||||
}
|
||||
|
||||
/* Flush what we can immediately */
|
||||
return netplay_send_flush(sbuf, sockfd, false);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user