mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
rpcn: throw exception when using rpcn features without a proper config
This commit is contained in:
parent
14c0289542
commit
1d7a00666e
7 changed files with 47 additions and 30 deletions
|
|
@ -350,6 +350,7 @@ namespace np
|
|||
// RPCN
|
||||
shared_mutex mutex_rpcn;
|
||||
std::shared_ptr<rpcn::rpcn_client> rpcn;
|
||||
std::shared_ptr<rpcn::rpcn_client> get_rpcn();
|
||||
|
||||
// UPNP
|
||||
upnp_handler upnp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue