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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user