maybe betterer this way, Arisotura?

This commit is contained in:
Arisotura 2023-03-26 19:09:41 +02:00
parent 37a454044b
commit 25d346e689
1 changed files with 1 additions and 1 deletions

View File

@ -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;