DOL/Apploader buffer maker

This commit is contained in:
Jack Andersen
2015-07-09 17:11:30 -10:00
parent b6969a82dc
commit b8236ba6d7
4 changed files with 62 additions and 22 deletions

View File

@@ -22,6 +22,10 @@ public:
/* Yay files!! */
parseFST(*s.get());
/* Also make DOL header and size handy */
s->seek(m_dolOff);
parseDOL(*s.get());
}
class PartReadStream : public IPartReadStream