mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:47:59 +00:00
Experimental Wii de Asobu release support
This commit is contained in:
@@ -204,7 +204,11 @@ struct SpecMP2 : SpecBase
|
||||
/* Iterate PAKs and build level options */
|
||||
nod::Node::DirectoryIterator mp2It = root.find("MP2");
|
||||
if (mp2It == root.end())
|
||||
return false;
|
||||
{
|
||||
mp2It = root.find("MP2JPN");
|
||||
if (mp2It == root.end())
|
||||
return false;
|
||||
}
|
||||
buildPaks(*mp2It, mp2args, rep);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user