2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

Path-substitution integrated into MP1 STRG cook/uncook

This commit is contained in:
Jack Andersen
2017-01-25 22:09:22 -10:00
parent da91c921cb
commit d6482874d6
7 changed files with 280 additions and 23 deletions

View File

@@ -41,6 +41,7 @@ std::unique_ptr<ISTRG> LoadSTRG(athena::io::IStreamReader& reader)
newStrg->_read(reader);
return std::unique_ptr<ISTRG>(newStrg);
}
default: break;
}
return std::unique_ptr<ISTRG>();
}