VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/hle/service/spl/spl.cpp
|
|
|
@ -38,7 +38,7 @@ SPL::SPL(std::shared_ptr<Module> module) : Module::Interface(std::move(module), |
|
|
|
{29, nullptr, "ModularExponentiateWithDrmDeviceCertKey"}, |
|
|
|
{30, nullptr, "ReencryptDeviceUniqueData "}, |
|
|
|
{31, nullptr, "PrepareEsArchiveKey"}, // This is also GetPackage2Hash?
|
|
|
|
{32, nullptr, "LoadPreparedAesKey"} |
|
|
|
{32, nullptr, "LoadPreparedAesKey"}, |
|
|
|
}; |
|
|
|
RegisterHandlers(functions); |
|
|
|
} |
|
|
|
|