mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-12 21:26:10 +00:00
Much more reliable CMDL with CINF/CSKR extract
This commit is contained in:
@@ -53,6 +53,16 @@ void PAKBridge::build()
|
||||
{
|
||||
}
|
||||
|
||||
void PAKBridge::addCMDLRigPairs(std::unordered_map<UniqueID64, std::pair<UniqueID64, UniqueID64>>& addTo) const
|
||||
{
|
||||
for (const std::pair<UniqueID64, PAK::Entry*>& entry : m_pak.m_idMap)
|
||||
{
|
||||
if (entry.second->type == FOURCC('CHAR'))
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ResExtractor<PAKBridge> PAKBridge::LookupExtractor(const PAK::Entry& entry)
|
||||
{
|
||||
switch (entry.type)
|
||||
|
||||
Reference in New Issue
Block a user