mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-26 19:28:44 +00:00
NetPlayServer: actually set m_upnp_inited
This commit is contained in:
parent
a25f7b9b4c
commit
6a8c0ca70b
1 changed files with 1 additions and 1 deletions
|
@ -1008,7 +1008,6 @@ bool NetPlayServer::initUPnP()
|
|||
WARN_LOG(NETPLAY, "An error occurred trying to discover UPnP devices.");
|
||||
|
||||
m_upnp_error = true;
|
||||
m_upnp_inited = false;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
@ -1047,6 +1046,7 @@ bool NetPlayServer::initUPnP()
|
|||
}
|
||||
}
|
||||
|
||||
m_upnp_inited = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue