mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +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
@ -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…
x
Reference in New Issue
Block a user