2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

NOD API changes

This commit is contained in:
Jack Andersen
2017-07-01 13:37:59 -10:00
parent 7063f2412d
commit c41427e7f3
5 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ void SpecBase::doExtract(const ExtractPassInfo& info, FProgress progress)
/* Extract root files for repacking later */
hecl::ProjectPath outDir(m_project.getProjectWorkingPath(), _S("out"));
outDir.makeDirChain(true);
nod::ExtractionContext ctx = {true, info.force, nullptr};
nod::ExtractionContext ctx = {info.force, nullptr};
if (!m_standalone)
{