mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 05:47:52 -05:00
Fix the errorcode of archive handle
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user