mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Impl sceNpBasicSendMessage
This commit is contained in:
parent
80b7fd5f3f
commit
47ae192cf8
6 changed files with 30 additions and 6 deletions
|
@ -70,7 +70,7 @@ bool sendmessage_dialog_frame::Exec(message_data& msg_data, std::set<std::string
|
|||
npids.insert(selected[0]->text().toStdString());
|
||||
|
||||
// Send the message
|
||||
result = m_rpcn->sendmessage(msg_data, npids);
|
||||
result = m_rpcn->send_message(msg_data, npids);
|
||||
m_dialog->close();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue