mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Fixup np_handler ctor
This commit is contained in:
parent
b17b6e07ea
commit
40604f6076
1 changed files with 2 additions and 0 deletions
|
@ -410,6 +410,8 @@ namespace np
|
||||||
if (g_cfg.net.upnp_enabled)
|
if (g_cfg.net.upnp_enabled)
|
||||||
upnp.upnp_enable();
|
upnp.upnp_enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
init_np_handler_dependencies();
|
||||||
}
|
}
|
||||||
|
|
||||||
np_handler::np_handler(utils::serial& ar)
|
np_handler::np_handler(utils::serial& ar)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue