mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Submodule updates
This commit is contained in:
@@ -437,6 +437,11 @@ struct SpecMP3 : SpecBase
|
||||
return true;
|
||||
}
|
||||
|
||||
virtual HECL::ProjectPath getWorking(class UniqueID64& id)
|
||||
{
|
||||
return m_pakRouter.getWorking(id);
|
||||
}
|
||||
|
||||
bool checkPathPrefix(const HECL::ProjectPath& path)
|
||||
{
|
||||
return path.getRelativePath().compare(0, 4, _S("MP3/")) == 0;
|
||||
|
||||
Reference in New Issue
Block a user