mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +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,7 +858,8 @@ struct network_thread
|
|||
WSADATA wsa_data;
|
||||
WSAStartup(MAKEWORD(2, 2), &wsa_data);
|
||||
#endif
|
||||
list_p2p_ports.emplace(std::piecewise_construct, std::forward_as_tuple(3658), std::forward_as_tuple(3658));
|
||||
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));
|
||||
}
|
||||
|
||||
~network_thread()
|
||||
|
|
Loading…
Add table
Reference in a new issue