mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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.");
|
WARN_LOG(NETPLAY, "An error occurred trying to discover UPnP devices.");
|
||||||
|
|
||||||
m_upnp_error = true;
|
m_upnp_error = true;
|
||||||
m_upnp_inited = false;
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@ -1047,6 +1046,7 @@ bool NetPlayServer::initUPnP()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_upnp_inited = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user