2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-22 00:19:13 +00:00

Added pak isolation feature for trilogy paks

This commit is contained in:
Jack Andersen
2015-09-21 13:36:15 -10:00
parent 9f05f40994
commit bd3cf2b847
7 changed files with 44 additions and 15 deletions

View File

@@ -16,6 +16,9 @@ extern const HECL::FourCC CMPD;
struct PAK : BigDNA
{
bool m_noShare;
PAK(bool noShare) : m_noShare(noShare) {}
struct Header : BigDNA
{
DECL_DNA