mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 22:07:48 +00:00
Clang-format
This commit is contained in:
parent
9338a6a1cf
commit
a82dc6c91d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ SPL::SPL(std::shared_ptr<Module> module) : Module::Interface(std::move(module),
|
||||||
{29, nullptr, "ModularExponentiateWithDrmDeviceCertKey"},
|
{29, nullptr, "ModularExponentiateWithDrmDeviceCertKey"},
|
||||||
{30, nullptr, "ReencryptDeviceUniqueData "},
|
{30, nullptr, "ReencryptDeviceUniqueData "},
|
||||||
{31, nullptr, "PrepareEsArchiveKey"}, // This is also GetPackage2Hash?
|
{31, nullptr, "PrepareEsArchiveKey"}, // This is also GetPackage2Hash?
|
||||||
{32, nullptr, "LoadPreparedAesKey"}
|
{32, nullptr, "LoadPreparedAesKey"},
|
||||||
};
|
};
|
||||||
RegisterHandlers(functions);
|
RegisterHandlers(functions);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue