maybe betterer this way, Arisotura?
This commit is contained in:
parent
37a454044b
commit
25d346e689
|
@ -698,7 +698,7 @@ void ProcessMirrorHost()
|
|||
}*/
|
||||
u32 clientframes = *(u32*)event.packet->data;
|
||||
printf("[SYNC] HOST=%d CLIENT=%d\n", NDS::NumFrames, clientframes);
|
||||
if (clientframes > (NDS::NumFrames + 4))
|
||||
if (clientframes < (NDS::NumFrames - 4))
|
||||
{
|
||||
event.peer->data = (void*)1;
|
||||
block = true;
|
||||
|
|
Loading…
Reference in New Issue