mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Merge pull request #2876 from CastellaFactory/master
[Netplay] Add "Force Netplay Listen Port" feature that was in old netplay branch
This commit is contained in:
@ -79,7 +79,7 @@ NetPlayServer::NetPlayServer(const u16 port, bool traversal, const std::string&
|
||||
|
||||
if (traversal)
|
||||
{
|
||||
if (!EnsureTraversalClient(centralServer, centralPort))
|
||||
if (!EnsureTraversalClient(centralServer, centralPort, port))
|
||||
return;
|
||||
|
||||
g_TraversalClient->m_Client = this;
|
||||
|
Reference in New Issue
Block a user