From bed3618480d70d925abfa91818bde736a27a433f Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Wed, 29 Jul 2015 11:37:05 -0400
Subject: [PATCH 1/2] am_net: Add correct function name to the function table

---
 src/core/hle/service/am/am_net.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/hle/service/am/am_net.cpp b/src/core/hle/service/am/am_net.cpp
index b1af0e9d8..a6b651316 100644
--- a/src/core/hle/service/am/am_net.cpp
+++ b/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"},
 };
 

From 6b25e93119938bdc5b61cfd6e3025370fc4faed1 Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Wed, 29 Jul 2015 11:37:55 -0400
Subject: [PATCH 2/2] am_net: Add missing function to the function table

---
 src/core/hle/service/am/am_net.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/hle/service/am/am_net.cpp b/src/core/hle/service/am/am_net.cpp
index a6b651316..aa391f3b2 100644
--- a/src/core/hle/service/am/am_net.cpp
+++ b/src/core/hle/service/am/am_net.cpp
@@ -28,6 +28,7 @@ const Interface::FunctionInfo FunctionTable[] = {
     {0x08130000, nullptr,               "GetTotalContents"},
     {0x08140042, nullptr,               "GetContentIndexes"},
     {0x08150044, nullptr,               "GetContentsInfo"},
+    {0x08180042, nullptr,               "GetCTCert"},
     {0x08190108, nullptr,               "SetCertificates"},
     {0x081B00C2, nullptr,               "InstallTitlesFinish"},
 };