mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
NetPlayServer: actually set m_upnp_inited
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user