Make it build with 100% Aurora dolphin headers

This commit is contained in:
PJB3005
2026-03-02 13:26:35 +01:00
parent 4b49f4f32c
commit d817633c86
16 changed files with 42 additions and 30 deletions
+3 -3
View File
@@ -149,9 +149,9 @@ struct mDoDvdThd {
namespace mDoDvdHack {
typedef struct FSTEntry {
/* 0x00 */ uint isDirAndStringOff;
/* 0x04 */ uint parentOrPosition;
/* 0x08 */ uint nextEntryOrLength;
/* 0x00 */ u32 isDirAndStringOff;
/* 0x04 */ u32 parentOrPosition;
/* 0x08 */ u32 nextEntryOrLength;
} FSTEntry;
extern OSBootInfo* BootInfo;