Prevent Client side from forever re-trying to connect to Exited Host on Shin Sangoku Musou Multi Raid 2

This commit is contained in:
ANR2ME 2020-09-13 07:51:58 +07:00
parent a81991f114
commit 8d68e917b7
4 changed files with 18 additions and 18 deletions

View file

@ -590,7 +590,6 @@ static int sceNetInit(u32 poolSize, u32 calloutPri, u32 calloutStack, u32 netini
// Clear Socket Translator Memory
memset(&adhocSockets, 0, sizeof(adhocSockets));
ptpConnectCount.clear();
return hleLogSuccessI(SCENET, 0);
}