From 5a90a26080e474acbe19bdd477e6031f3d5f7e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 30 Jul 2017 00:24:47 +0800 Subject: [PATCH] IOS: Fix the error code for ES_DEVICE_ID_MISMATCH --- Source/Core/Core/IOS/Device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/IOS/Device.h b/Source/Core/Core/IOS/Device.h index 3bf9daf199..e9191f163c 100644 --- a/Source/Core/Core/IOS/Device.h +++ b/Source/Core/Core/IOS/Device.h @@ -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)