1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-26 12:42:41 +01:00

Fixup np_handler ctor

This commit is contained in:
Eladash 2023-12-21 14:48:13 +02:00 committed by Elad Ashkenazi
parent b17b6e07ea
commit 40604f6076

View File

@ -410,6 +410,8 @@ namespace np
if (g_cfg.net.upnp_enabled)
upnp.upnp_enable();
}
init_np_handler_dependencies();
}
np_handler::np_handler(utils::serial& ar)