Clean up JPAEmitterLoader

This commit is contained in:
LagoLunatic
2025-03-06 19:15:49 -05:00
parent c6768dba61
commit 0e508ad721
2 changed files with 57 additions and 37 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
#include "global.h"
struct JUTDataBlockHeader {
/* 0x0 */ u32 mType;
/* 0x4 */ u32 mSize;
/* 0x00 */ u32 mType;
/* 0x04 */ u32 mSize;
const JUTDataBlockHeader* getNext() const { // fake inline
return reinterpret_cast<const JUTDataBlockHeader*>(reinterpret_cast<const u8*>(this) + mSize);