Impl sceNpBasicSendMessage

This commit is contained in:
RipleyTom 2024-01-06 22:32:12 +01:00 committed by Megamouse
parent 80b7fd5f3f
commit 47ae192cf8
6 changed files with 30 additions and 6 deletions

View file

@ -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();
});