mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
how 'bout now?
This commit is contained in:
parent
83cf0d887d
commit
3cb851eee8
@ -658,7 +658,7 @@ void SyncMirrorClients()
|
||||
// wait for all clients to have caught up
|
||||
int ngood = 0;
|
||||
ENetEvent evt;
|
||||
while (enet_host_service(MirrorHost, &evt, 5000) > 0)
|
||||
while (enet_host_service(MirrorHost, &evt, 60000) > 0)
|
||||
{printf("EVENT %d CH %d\n", evt.type, evt.channelID);
|
||||
if (evt.type == ENET_EVENT_TYPE_RECEIVE && evt.channelID == 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user