mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25:40 +12:00
[FS] Added error codes
This commit is contained in:
parent
a950d9a044
commit
37fb660c7f
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ enum class FSResult : u32 {
|
||||||
AlreadyExists = 0x82044BE,
|
AlreadyExists = 0x82044BE,
|
||||||
FileTooLarge = 0x86044D2,
|
FileTooLarge = 0x86044D2,
|
||||||
FileNotFound = 0xC8804470,
|
FileNotFound = 0xC8804470,
|
||||||
|
NotFoundInvalid = 0xC8A04478, // Also a not found error code used here and there in the FS module.
|
||||||
|
NotFormatted = 0xC8A04554, // Trying to access an archive that needs formatting and has not been formatted
|
||||||
UnexpectedFileOrDir = 0xE0C04702
|
UnexpectedFileOrDir = 0xE0C04702
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue