mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 15:19:47 +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;
|
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;
|
SceNpCommunicationId pr_com_id;
|
||||||
std::string pr_title;
|
std::string pr_title;
|
||||||
std::string pr_title_id;
|
std::string pr_title_id = "vsh.idle";
|
||||||
std::string pr_status;
|
std::string pr_status;
|
||||||
std::string pr_comment;
|
std::string pr_comment;
|
||||||
std::vector<u8> pr_data;
|
std::vector<u8> pr_data;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue