mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
yeah, Arisotura, you really need to eat
This commit is contained in:
@ -891,11 +891,11 @@ void ProcessMirrorHost()
|
|||||||
NumMirrorClients++;
|
NumMirrorClients++;
|
||||||
event.peer->data = (void*)0;
|
event.peer->data = (void*)0;
|
||||||
|
|
||||||
if (NumMirrorClients > NumPlayers)
|
if (NumMirrorClients >= NumPlayers)
|
||||||
{
|
{
|
||||||
printf("??????\n");
|
printf("??????\n");
|
||||||
}
|
}
|
||||||
else if (NumMirrorClients == NumPlayers)
|
else if (NumMirrorClients == (NumPlayers-1))
|
||||||
{
|
{
|
||||||
// all mirror clients are connected, we're ready to go
|
// all mirror clients are connected, we're ready to go
|
||||||
SyncMirrorClients();
|
SyncMirrorClients();
|
||||||
|
Reference in New Issue
Block a user