summaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl
diff options
context:
space:
mode:
authorGravatar VolcaEM2020-06-29 04:09:38 +0200
committerGravatar GitHub2020-06-29 04:09:38 +0200
commitf2eead3b5b6a91a153af126874435ca0e791ef08 (patch)
tree31d15bb1087e9a0e9eda3c6dbd51fd3c348da270 /src/core/hle/service/spl
parentservice: Update function tables (diff)
downloadyuzu-f2eead3b5b6a91a153af126874435ca0e791ef08.tar.gz
yuzu-f2eead3b5b6a91a153af126874435ca0e791ef08.tar.xz
yuzu-f2eead3b5b6a91a153af126874435ca0e791ef08.zip
Clang-format
Diffstat (limited to 'src/core/hle/service/spl')
-rw-r--r--src/core/hle/service/spl/spl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/spl/spl.cpp b/src/core/hle/service/spl/spl.cpp
index 6caab8929..773551464 100644
--- a/src/core/hle/service/spl/spl.cpp
+++ b/src/core/hle/service/spl/spl.cpp
@@ -38,7 +38,7 @@ SPL::SPL(std::shared_ptr<Module> module) : Module::Interface(std::move(module),
38 {29, nullptr, "ModularExponentiateWithDrmDeviceCertKey"}, 38 {29, nullptr, "ModularExponentiateWithDrmDeviceCertKey"},
39 {30, nullptr, "ReencryptDeviceUniqueData "}, 39 {30, nullptr, "ReencryptDeviceUniqueData "},
40 {31, nullptr, "PrepareEsArchiveKey"}, // This is also GetPackage2Hash? 40 {31, nullptr, "PrepareEsArchiveKey"}, // This is also GetPackage2Hash?
41 {32, nullptr, "LoadPreparedAesKey"} 41 {32, nullptr, "LoadPreparedAesKey"},
42 }; 42 };
43 RegisterHandlers(functions); 43 RegisterHandlers(functions);
44} 44}