mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
NetPlayServer: encapsulate m_upnp_inited in initUPnP()
This commit is contained in:
parent
6a8c0ca70b
commit
9e81fec816
2 changed files with 8 additions and 12 deletions
|
@ -136,8 +136,6 @@ private:
|
|||
static struct IGDdatas m_upnp_data;
|
||||
static std::string m_upnp_ourip;
|
||||
static u16 m_upnp_mapped;
|
||||
static bool m_upnp_inited;
|
||||
static bool m_upnp_error;
|
||||
static std::thread m_upnp_thread;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue