mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
zarg?
This commit is contained in:
parent
7a6b4a2eee
commit
79301c6e91
@ -697,8 +697,8 @@ void ProcessMirrorHost()
|
||||
}
|
||||
}*/
|
||||
u32 clientframes = *(u32*)event.packet->data;
|
||||
printf("[SYNC] HOST=%d CLIENT=%d\n", NDS::NumFrames, clientframes);
|
||||
if (clientframes < (NDS::NumFrames - 4))
|
||||
//printf("[SYNC] HOST=%d CLIENT=%d\n", NDS::NumFrames, clientframes);
|
||||
if (clientframes < (NDS::NumFrames - 16))
|
||||
{
|
||||
event.peer->data = (void*)1;
|
||||
block = true;
|
||||
|
Loading…
Reference in New Issue
Block a user