mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
netplay: change lobby reannounce period to 600 frames
This commit is contained in:
parent
03d58e9e62
commit
c12cc8e5be
@ -771,7 +771,7 @@ bool netplay_pre_frame(netplay_t *netplay)
|
||||
if (settings->netplay.public_announce)
|
||||
{
|
||||
reannounce++;
|
||||
if ((netplay->is_server || is_mitm) && (reannounce % 3600 == 0))
|
||||
if ((netplay->is_server || is_mitm) && (reannounce % 600 == 0))
|
||||
netplay_announce();
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user