mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-23 04:09:18 +01:00
Correct Directory EntryType to be u8 rather than u32
This commit is contained in:
parent
0c11d9e294
commit
3518e04a18
@ -11,7 +11,7 @@ namespace skyline::vfs {
|
||||
*/
|
||||
class Directory {
|
||||
public:
|
||||
enum class EntryType : u32 {
|
||||
enum class EntryType : u8 {
|
||||
Directory = 0x0,
|
||||
File = 0x1,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user