mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
maybe betterer this way, Arisotura?
This commit is contained in:
@ -698,7 +698,7 @@ void ProcessMirrorHost()
|
|||||||
}*/
|
}*/
|
||||||
u32 clientframes = *(u32*)event.packet->data;
|
u32 clientframes = *(u32*)event.packet->data;
|
||||||
printf("[SYNC] HOST=%d CLIENT=%d\n", NDS::NumFrames, clientframes);
|
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;
|
event.peer->data = (void*)1;
|
||||||
block = true;
|
block = true;
|
||||||
|
Reference in New Issue
Block a user