VolcaEM hace 6 años
padre
commit
f2eead3b5b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/hle/service/spl/spl.cpp

+ 1 - 1
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);
 }