mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Title ID Fixes
This commit is contained in:
parent
5d17e30021
commit
ccf75df78b
2 changed files with 2 additions and 2 deletions
|
@ -1532,7 +1532,7 @@ namespace np
|
|||
return;
|
||||
}
|
||||
|
||||
rpcn->send_presence(presence_self.pr_com_id, presence_self.pr_title, presence_self.pr_status, presence_self.pr_comment, presence_self.pr_data);
|
||||
rpcn->send_presence(presence_self.pr_com_id, presence_self.pr_title, presence_self.pr_title_id, presence_self.pr_status, presence_self.pr_comment, presence_self.pr_data);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -509,7 +509,7 @@ namespace np
|
|||
{
|
||||
SceNpCommunicationId pr_com_id;
|
||||
std::string pr_title;
|
||||
std::string pr_title_id;
|
||||
std::string pr_title_id = "vsh.idle";
|
||||
std::string pr_status;
|
||||
std::string pr_comment;
|
||||
std::vector<u8> pr_data;
|
||||
|
|
Loading…
Add table
Reference in a new issue