mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
NetPlay: Fix build when miniupnpc is disabled.
This commit is contained in:
parent
2a5d22b3a7
commit
c4cd0d444a
2 changed files with 5 additions and 1 deletions
|
@ -337,7 +337,9 @@ void NetPlaySetupFrame::DoHost()
|
|||
host_config.player_name = WxStrToStr(m_nickname_text->GetValue());
|
||||
host_config.game_list_ctrl = m_game_list;
|
||||
host_config.SetDialogInfo(netplay_section, m_parent);
|
||||
#ifdef USE_UPNP
|
||||
host_config.forward_port = m_upnp_chk->GetValue();
|
||||
#endif
|
||||
|
||||
if (host_config.use_traversal)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue