mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 00:38:59 -04:00
Make it build with 100% Aurora dolphin headers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user