FS: Updated the Directory Entry structure to match the Switch.
This commit is contained in:
parent
fc44261dd1
commit
a9ba2c2000
5 changed files with 84 additions and 30 deletions
|
@ -27,7 +27,7 @@ enum LowPathType : u32 {
|
|||
Wchar = 4,
|
||||
};
|
||||
|
||||
enum EntryType : u32 {
|
||||
enum EntryType : u8 {
|
||||
Directory = 0,
|
||||
File = 1,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue