diff options
author | german77 <juangerman-13@hotmail.com> | 2021-09-27 03:17:07 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-09-27 03:17:07 +0200 |
commit | bc4b4e3f566658c06cc01ebcb821d20a7138945e (patch) | |
tree | 77188f2178821b05ed5c4fa755b1a2ee1ba3907c /src/core/hle/service/es | |
parent | service/npns: Update to 13.0.0 (diff) | |
download | yuzu-bc4b4e3f566658c06cc01ebcb821d20a7138945e.tar yuzu-bc4b4e3f566658c06cc01ebcb821d20a7138945e.tar.gz yuzu-bc4b4e3f566658c06cc01ebcb821d20a7138945e.tar.bz2 yuzu-bc4b4e3f566658c06cc01ebcb821d20a7138945e.tar.lz yuzu-bc4b4e3f566658c06cc01ebcb821d20a7138945e.tar.xz yuzu-bc4b4e3f566658c06cc01ebcb821d20a7138945e.tar.zst yuzu-bc4b4e3f566658c06cc01ebcb821d20a7138945e.zip |
Diffstat (limited to 'src/core/hle/service/es')
-rw-r--r-- | src/core/hle/service/es/es.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/es/es.cpp b/src/core/hle/service/es/es.cpp index 110c7cb1c..f6184acc9 100644 --- a/src/core/hle/service/es/es.cpp +++ b/src/core/hle/service/es/es.cpp @@ -55,6 +55,8 @@ public: {36, nullptr, "DeleteAllInactiveELicenseRequiredPersonalizedTicket"}, {37, nullptr, "OwnTicket2"}, {38, nullptr, "OwnTicket3"}, + {39, nullptr, "DeleteAllInactivePersonalizedTicket"}, + {40, nullptr, "DeletePrepurchaseRecordByNintendoAccountId"}, {501, nullptr, "Unknown501"}, {502, nullptr, "Unknown502"}, {503, nullptr, "GetTitleKey"}, @@ -88,11 +90,15 @@ public: {1503, nullptr, "Unknown1503"}, {1504, nullptr, "Unknown1504"}, {1505, nullptr, "Unknown1505"}, + {1506, nullptr, "Unknown1506"}, {2000, nullptr, "Unknown2000"}, {2001, nullptr, "Unknown2001"}, + {2002, nullptr, "Unknown2002"}, + {2003, nullptr, "Unknown2003"}, {2100, nullptr, "Unknown2100"}, {2501, nullptr, "Unknown2501"}, {2502, nullptr, "Unknown2502"}, + {2601, nullptr, "Unknown2601"}, {3001, nullptr, "Unknown3001"}, {3002, nullptr, "Unknown3002"}, }; |