2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-11 06:27:52 +00:00

Decompressed MREA outputting

This commit is contained in:
Jack Andersen
2015-09-09 20:22:08 -10:00
parent 23f89ee747
commit bf5bf28a87
5 changed files with 25 additions and 3 deletions

View File

@@ -71,8 +71,10 @@ ResExtractor<PAKBridge> PAKBridge::LookupExtractor(const PAK::Entry& entry)
return {STRG::Extract, nullptr, {_S(".yaml")}};
case SBIG('TXTR'):
return {TXTR::Extract, nullptr, {_S(".png")}};
/*
case SBIG('CMDL'):
return {nullptr, CMDL::Extract, {_S(".blend")}, 1};
*/
}
return {};
}