mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 11:37:47 +00:00
Fix the errorcode of archive handle
This commit is contained in:
parent
c961b73823
commit
c7d5fee7fb
2 changed files with 15 additions and 10 deletions
|
@ -20,6 +20,7 @@ enum class ErrorDescription : u32 {
|
|||
WrongPermission = 46,
|
||||
OS_InvalidBufferDescriptor = 48,
|
||||
WrongAddress = 53,
|
||||
FS_ArchiveNotMounted = 101,
|
||||
FS_NotFound = 120,
|
||||
FS_AlreadyExists = 190,
|
||||
FS_InvalidOpenFlags = 230,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue