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:
@@ -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>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user