mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Reset netplay stall state upon disconnection
This commit is contained in:
parent
ae92cfeac2
commit
236839e22f
@ -82,6 +82,7 @@ static void hangup(netplay_t *netplay)
|
||||
netplay->remote_paused = false;
|
||||
netplay->flip = false;
|
||||
netplay->flip_frame = 0;
|
||||
netplay->stall = 0;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user