Title ID Fixes

This commit is contained in:
Ninetime 2024-10-23 17:02:35 -04:00
parent 5d17e30021
commit ccf75df78b
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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;