FS: Updated the Directory Entry structure to match the Switch.

This commit is contained in:
Subv 2018-03-19 22:58:55 -05:00
parent fc44261dd1
commit a9ba2c2000
5 changed files with 84 additions and 30 deletions

View file

@ -27,7 +27,7 @@ enum LowPathType : u32 {
Wchar = 4,
};
enum EntryType : u32 {
enum EntryType : u8 {
Directory = 0,
File = 1,
};