mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
maybe betterer this way, Arisotura?
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user