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

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