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

Update submodules

This commit is contained in:
Jack Andersen
2018-09-02 14:45:32 -10:00
parent be1184f822
commit e16ef9709d
5 changed files with 12 additions and 4 deletions

View File

@@ -430,6 +430,14 @@ static void VisitDirectory(const ProjectPath& dir,
if (dir.getLastComponent().size() > 1 && dir.getLastComponent()[0] == _S('.'))
return;
if (hecl::ProjectPath(dir, _S("!project.yaml")).isFile() &&
hecl::ProjectPath(dir, _S("!pool.yaml")).isFile())
{
/* Handle AudioGroup case */
VisitFile(dir, force, fast, specInsts, progress, cp, cookPass);
return;
}
std::map<SystemString, ProjectPath> children;
dir.getDirChildren(children);