mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-25 11:48:36 +00:00
Only bind 3658 with RPCN
This commit is contained in:
parent
d9d354c981
commit
676fed7cfc
1 changed files with 2 additions and 1 deletions
|
@ -858,6 +858,7 @@ struct network_thread
|
||||||
WSADATA wsa_data;
|
WSADATA wsa_data;
|
||||||
WSAStartup(MAKEWORD(2, 2), &wsa_data);
|
WSAStartup(MAKEWORD(2, 2), &wsa_data);
|
||||||
#endif
|
#endif
|
||||||
|
if (g_cfg.net.psn_status == np_psn_status::rpcn)
|
||||||
list_p2p_ports.emplace(std::piecewise_construct, std::forward_as_tuple(3658), std::forward_as_tuple(3658));
|
list_p2p_ports.emplace(std::piecewise_construct, std::forward_as_tuple(3658), std::forward_as_tuple(3658));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue