summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/es/es.cpp
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-27 02:17:51 +0200
committerGitHub <noreply@github.com>2020-06-27 02:17:51 +0200
commit3828aa4927d604804f09bd2b8a307f3e50a8c986 (patch)
treef76346a7eeb38fd3e94a91dc64957ab2ac0aa844 /src/core/hle/service/es/es.cpp
parentMerge pull request #4144 from FernandoS27/tt-fix (diff)
downloadyuzu-3828aa4927d604804f09bd2b8a307f3e50a8c986.tar
yuzu-3828aa4927d604804f09bd2b8a307f3e50a8c986.tar.gz
yuzu-3828aa4927d604804f09bd2b8a307f3e50a8c986.tar.bz2
yuzu-3828aa4927d604804f09bd2b8a307f3e50a8c986.tar.lz
yuzu-3828aa4927d604804f09bd2b8a307f3e50a8c986.tar.xz
yuzu-3828aa4927d604804f09bd2b8a307f3e50a8c986.tar.zst
yuzu-3828aa4927d604804f09bd2b8a307f3e50a8c986.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/es/es.cpp43
1 files changed, 41 insertions, 2 deletions
diff --git a/src/core/hle/service/es/es.cpp b/src/core/hle/service/es/es.cpp
index f8e9df4b1..593772ee2 100644
--- a/src/core/hle/service/es/es.cpp
+++ b/src/core/hle/service/es/es.cpp
@@ -27,8 +27,8 @@ public:
{8, &ETicket::GetTitleKey, "GetTitleKey"},
{9, &ETicket::CountCommonTicket, "CountCommonTicket"},
{10, &ETicket::CountPersonalizedTicket, "CountPersonalizedTicket"},
- {11, &ETicket::ListCommonTicket, "ListCommonTicket"},
- {12, &ETicket::ListPersonalizedTicket, "ListPersonalizedTicket"},
+ {11, &ETicket::ListCommonTicket, "ListCommonTicketRightsIds"},
+ {12, &ETicket::ListPersonalizedTicket, "ListPersonalizedTicketRightsIds"},
{13, nullptr, "ListMissingPersonalizedTicket"},
{14, &ETicket::GetCommonTicketSize, "GetCommonTicketSize"},
{15, &ETicket::GetPersonalizedTicketSize, "GetPersonalizedTicketSize"},
@@ -55,7 +55,46 @@ public:
{36, nullptr, "DeleteAllInactiveELicenseRequiredPersonalizedTicket"},
{37, nullptr, "OwnTicket2"},
{38, nullptr, "OwnTicket3"},
+ {501, nullptr, "Unknown"},
+ {502, nullptr, "Unknown2"},
{503, nullptr, "GetTitleKey"},
+ {504, nullptr, "Unknown3"},
+ {508, nullptr, "Unknown4"},
+ {509, nullptr, "Unknown5"},
+ {510, nullptr, "Unknown6"},
+ {511, nullptr, "Unknown7"},
+ {1001, nullptr, "Unknown8"},
+ {1002, nullptr, "Unknown9"},
+ {1003, nullptr, "Unknown10"},
+ {1004, nullptr, "Unknown11"},
+ {1005, nullptr, "Unknown12"},
+ {1006, nullptr, "Unknown13"},
+ {1007, nullptr, "Unknown14"},
+ {1009, nullptr, "Unknown15"},
+ {1010, nullptr, "Unknown16"},
+ {1011, nullptr, "Unknown17"},
+ {1012, nullptr, "Unknown18"},
+ {1013, nullptr, "Unknown19"},
+ {1014, nullptr, "Unknown20"},
+ {1015, nullptr, "Unknown21"},
+ {1016, nullptr, "Unknown22"},
+ {1017, nullptr, "Unknown23"},
+ {1018, nullptr, "Unknown24"},
+ {1019, nullptr, "Unknown25"},
+ {1020, nullptr, "Unknown26"},
+ {1021, nullptr, "Unknown27"},
+ {1501, nullptr, "Unknown28"},
+ {1502, nullptr, "Unknown29"},
+ {1503, nullptr, "Unknown30"},
+ {1504, nullptr, "Unknown31"},
+ {1505, nullptr, "Unknown32"},
+ {2000, nullptr, "Unknown33"},
+ {2001, nullptr, "Unknown34"},
+ {2100, nullptr, "Unknown35"},
+ {2501, nullptr, "Unknown36"},
+ {2502, nullptr, "Unknown37"},
+ {3001, nullptr, "Unknown38"},
+ {3002, nullptr, "Unknown39"},
};
// clang-format on
RegisterHandlers(functions);