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:
VolcaEM 2020-05-03 00:35:23 +02:00 committed by Alex Barney
parent 0188c4579c
commit 7f0afbe9db

View file

@ -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,

1 Module,DescriptionStart,DescriptionEnd,Name,Summary
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335