mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 23:37:57 -05:00
FS: Updated the Directory Entry structure to match the Switch.
This commit is contained in:
@ -27,7 +27,7 @@ enum LowPathType : u32 {
|
||||
Wchar = 4,
|
||||
};
|
||||
|
||||
enum EntryType : u32 {
|
||||
enum EntryType : u8 {
|
||||
Directory = 0,
|
||||
File = 1,
|
||||
};
|
||||
|
Reference in New Issue
Block a user