mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +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)
|
if (settings->netplay.public_announce)
|
||||||
{
|
{
|
||||||
reannounce++;
|
reannounce++;
|
||||||
if ((netplay->is_server || is_mitm) && (reannounce % 3600 == 0))
|
if ((netplay->is_server || is_mitm) && (reannounce % 600 == 0))
|
||||||
netplay_announce();
|
netplay_announce();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user