mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Add some results codes
The result codes were taken from Switchbrew (switchbrew.org/wiki/Error_codes) The names are consistent with those of https://github.com/Ryujinx/Ryujinx/pull/1202
This commit is contained in:
parent
0188c4579c
commit
7f0afbe9db
1 changed files with 6 additions and 0 deletions
|
@ -312,18 +312,24 @@ Module,DescriptionStart,DescriptionEnd,Name,Summary
|
|||
122,1,,InvalidArgument,
|
||||
122,2,,NotFound,
|
||||
122,3,,TargetLocked,
|
||||
122,4,,TargetAlreadyMounted,
|
||||
122,5,,TargetNotMounted,
|
||||
122,6,,AlreadyOpen,
|
||||
122,7,,NotOpen,
|
||||
122,8,,InternetRequestDenied,
|
||||
122,9,,ServiceOpenLimitReached,
|
||||
122,10,,SaveDataNotFound,
|
||||
|
||||
122,31,,NetworkServiceAccountNotAvailable,
|
||||
|
||||
122,80,,PassphrasePathNotFound,
|
||||
122,81,,DataVerificationFailed,
|
||||
|
||||
122,90,,PermissionDenied,
|
||||
122,91,,AllocationFailed,
|
||||
|
||||
122,98,,InvalidOperation,
|
||||
|
||||
122,204,,InvalidDeliveryCacheStorageFile,
|
||||
122,205,,StorageOpenLimitReached,
|
||||
|
||||
|
|
|
Loading…
Reference in a new issue