From e52a87b98a8aba7df498f4cdb861484ecd0333ca Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Tue, 17 Apr 2018 18:37:43 +0300 Subject: Various service name fixes - part 2 (rebased) (#322) * Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names --- src/core/hle/service/spl/spl.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/core/hle/service/spl/spl.cpp') diff --git a/src/core/hle/service/spl/spl.cpp b/src/core/hle/service/spl/spl.cpp index deab29b91..3fcef341e 100644 --- a/src/core/hle/service/spl/spl.cpp +++ b/src/core/hle/service/spl/spl.cpp @@ -33,6 +33,12 @@ SPL::SPL(std::shared_ptr module) : Module::Interface(std::move(module), {23, nullptr, "GetSplWaitEvent"}, {24, nullptr, "SetSharedData"}, {25, nullptr, "GetSharedData"}, + {26, nullptr, "ImportSslRsaKey"}, + {27, nullptr, "SecureExpModWithSslKey"}, + {28, nullptr, "ImportEsRsaKey"}, + {29, nullptr, "SecureExpModWithEsKey"}, + {30, nullptr, "EncryptManuRsaKeyForImport"}, + {31, nullptr, "GetPackage2Hash"}, }; RegisterHandlers(functions); } -- cgit v1.2.3