mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
sceNpTrophyGetTrophyIcon: SCE_NP_TROPHY_ERROR_HIDDEN
And prevent some possible segfaults
This commit is contained in:
parent
4a86638ce8
commit
ee98f577e2
8 changed files with 117 additions and 55 deletions
|
@ -59,9 +59,9 @@ rXmlDocument::rXmlDocument()
|
|||
{
|
||||
}
|
||||
|
||||
void rXmlDocument::Read(const std::string& data)
|
||||
pugi::xml_parse_result rXmlDocument::Read(const std::string& data)
|
||||
{
|
||||
handle.load_buffer(data.data(), data.size());
|
||||
return handle.load_buffer(data.data(), data.size());
|
||||
}
|
||||
|
||||
std::shared_ptr<rXmlNode> rXmlDocument::GetRoot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue