Explorar o código

am_net: Add correct function name to the function table

Lioncash %!s(int64=11) %!d(string=hai) anos
pai
achega
bed3618480
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/am/am_net.cpp

+ 1 - 1
src/core/hle/service/am/am_net.cpp

@@ -28,7 +28,7 @@ const Interface::FunctionInfo FunctionTable[] = {
     {0x08130000, nullptr,               "GetTotalContents"},
     {0x08140042, nullptr,               "GetContentIndexes"},
     {0x08150044, nullptr,               "GetContentsInfo"},
-    {0x08190108, nullptr,               "Unknown"},
+    {0x08190108, nullptr,               "SetCertificates"},
     {0x081B00C2, nullptr,               "InstallTitlesFinish"},
 };