mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 17:26:10 +00:00
ANCS cook fixes; initial Tweak DNA pipeline
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
const nod::Node& node,
|
||||
bool doExtract=true);
|
||||
void build();
|
||||
static ResExtractor<PAKBridge> LookupExtractor(const PAK::Entry& entry);
|
||||
static ResExtractor<PAKBridge> LookupExtractor(const PAK& pak, const PAK::Entry& entry);
|
||||
const std::string& getName() const {return m_node.getName();}
|
||||
const hecl::SystemString& getLevelString() const {return m_levelString;}
|
||||
using PAKType = PAK;
|
||||
|
||||
Reference in New Issue
Block a user