mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Impl sceNpBasicSendMessage
This commit is contained in:
parent
80b7fd5f3f
commit
47ae192cf8
6 changed files with 30 additions and 6 deletions
|
|
@ -1772,7 +1772,7 @@ namespace rpcn
|
|||
return forge_send(CommandType::RequestTicket, req_id, data);
|
||||
}
|
||||
|
||||
bool rpcn_client::sendmessage(const message_data& msg_data, const std::set<std::string>& npids)
|
||||
bool rpcn_client::send_message(const message_data& msg_data, const std::set<std::string>& npids)
|
||||
{
|
||||
flatbuffers::FlatBufferBuilder builder(1024);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue