Skip to content

Commit

Permalink
Merge pull request #5841 from leoetlino/correct-error
Browse files Browse the repository at this point in the history
IOS: Fix the error code for ES_DEVICE_ID_MISMATCH
  • Loading branch information
leoetlino committed Jul 30, 2017
2 parents 334e117 + 5a90a26 commit 5e6d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/IOS/Device.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ enum ReturnCode : s32
ES_INVALID_SIGNATURE_TYPE = -1012,
ES_FD_EXHAUSTED = -1016, // Max of 3 ES handles exceeded
ES_EINVAL = -1017, // Invalid argument
ES_DEVICE_ID_MISMATCH = -1018,
ES_DEVICE_ID_MISMATCH = -1020,
ES_HASH_MISMATCH = -1022, // Decrypted content hash doesn't match with the hash from the TMD
ES_ENOMEM = -1024, // Alloc failed during request
ES_EACCES = -1026, // Incorrect access rights (according to TMD)
Expand Down

0 comments on commit 5e6d549

Please sign in to comment.