summaryrefslogtreecommitdiff
path: root/include/JSystem/JKernel
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-12-22 18:41:19 -0500
committerGitHub <noreply@github.com>2025-12-22 15:41:19 -0800
commit9767e76ba049ce20ac0d2236758f050bcd36d90f (patch)
tree30519a089779dd789f5564adef5afb27a163a190 /include/JSystem/JKernel
parent8fece471c6d5203aa09d5c280584096adc1b8539 (diff)
GCN data 100% matching (#2987)
* Update GZ2J01 symbols from linked DOL * GCN data 100% matching * Run dtk apply
Diffstat (limited to 'include/JSystem/JKernel')
-rw-r--r--include/JSystem/JKernel/JKRArchive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JKernel/JKRArchive.h b/include/JSystem/JKernel/JKRArchive.h
index 234e8a5390..ee54335886 100644
--- a/include/JSystem/JKernel/JKRArchive.h
+++ b/include/JSystem/JKernel/JKRArchive.h
@@ -131,7 +131,6 @@ protected:
JKRArchive(s32, EMountMode);
public:
- virtual ~JKRArchive();
bool getDirEntry(SDirEntry*, u32) const;
void* getIdxResource(u32);
void* getResource(u16);
@@ -167,6 +166,7 @@ public:
/* vt[17] */ virtual void* fetchResource(void*, u32, SDIFileEntry*, u32*) = 0;
/* vt[18] */ virtual void setExpandSize(SDIFileEntry*, u32);
/* vt[19] */ virtual u32 getExpandSize(SDIFileEntry*) const;
+ virtual ~JKRArchive();
u32 countFile() const { return mArcInfoBlock->num_file_entries; }
s32 countDirectory() const { return mArcInfoBlock->num_nodes; }