mirror of
https://github.com/libretro/Play-.git
synced 2025-01-09 18:10:57 +00:00
PsfPlayer: Fixed compilation.
git-svn-id: http://svn.purei.org/purei/trunk@992 b36208d7-6611-0410-8bec-b1987f11c4a2
This commit is contained in:
parent
0964ead348
commit
86f5638965
@ -74,7 +74,7 @@ void CPsfVm::LoadDebugTags(const char* packageName)
|
||||
try
|
||||
{
|
||||
std::string packagePath = MakeTagPackagePath(packageName);
|
||||
boost::scoped_ptr<Framework::Xml::CNode> document(Framework::Xml::CParser::ParseDocument(&Framework::CStdStream(packagePath.c_str(), "rb")));
|
||||
boost::scoped_ptr<Framework::Xml::CNode> document(Framework::Xml::CParser::ParseDocument(Framework::CStdStream(packagePath.c_str(), "rb")));
|
||||
Framework::Xml::CNode* tagsSection = document->Select(TAGS_SECTION_TAGS);
|
||||
if(tagsSection == NULL) return;
|
||||
m_subSystem->GetCpu().m_Functions.Unserialize(tagsSection, TAGS_SECTION_FUNCTIONS);
|
||||
|
Loading…
Reference in New Issue
Block a user