mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(Netplay) Lower announce rate
This commit is contained in:
parent
50cb20592c
commit
0fced84f93
@ -1000,7 +1000,7 @@ bool netplay_pre_frame(netplay_t *netplay)
|
||||
if (settings->bools.netplay_public_announce)
|
||||
{
|
||||
reannounce++;
|
||||
if ((netplay->is_server || is_mitm) && (reannounce % 600 == 0))
|
||||
if ((netplay->is_server || is_mitm) && (reannounce % 300 == 0))
|
||||
netplay_announce();
|
||||
}
|
||||
/* Make sure that if announcement is turned on mid-game, it gets announced */
|
||||
|
Loading…
x
Reference in New Issue
Block a user