mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +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
|
|
@ -37,7 +37,7 @@ bool recvmessage_dialog_frame::Exec(SceNpBasicMessageMainType type, SceNpBasicMe
|
|||
|
||||
m_dialog->setWindowTitle(tr("Choose message:"));
|
||||
|
||||
m_rpcn = rpcn::rpcn_client::get_instance();
|
||||
m_rpcn = rpcn::rpcn_client::get_instance(true);
|
||||
|
||||
QVBoxLayout* vbox_global = new QVBoxLayout();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue