2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 04:27:42 +00:00

Fix IA8 texture decoding

This commit is contained in:
2019-02-16 09:16:34 -08:00
parent 95890088a5
commit fb1f65434d
4 changed files with 61 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ struct TXTR {
static bool Extract(PAKEntryReadStream& rs, const hecl::ProjectPath& outPath);
static bool Cook(const hecl::ProjectPath& inPath, const hecl::ProjectPath& outPath);
static bool CookPC(const hecl::ProjectPath& inPath, const hecl::ProjectPath& outPath);
static std::string CalculateDolphinName(PAKEntryReadStream& rs);
};
} // namespace DataSpec