summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2015-07-29 11:37:55 -0400
committerGravatar Lioncash2015-07-29 11:37:55 -0400
commit6b25e93119938bdc5b61cfd6e3025370fc4faed1 (patch)
tree77abbb52c1ac94d1e994e51fddb1e91f90c4e2f7
parentam_net: Add correct function name to the function table (diff)
downloadyuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar.gz
yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar.xz
yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.zip
am_net: Add missing function to the function table
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/am_net.cpp1
1 files changed, 1 insertions, 0 deletions
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[] = {
28 {0x08130000, nullptr, "GetTotalContents"}, 28 {0x08130000, nullptr, "GetTotalContents"},
29 {0x08140042, nullptr, "GetContentIndexes"}, 29 {0x08140042, nullptr, "GetContentIndexes"},
30 {0x08150044, nullptr, "GetContentsInfo"}, 30 {0x08150044, nullptr, "GetContentsInfo"},
31 {0x08180042, nullptr, "GetCTCert"},
31 {0x08190108, nullptr, "SetCertificates"}, 32 {0x08190108, nullptr, "SetCertificates"},
32 {0x081B00C2, nullptr, "InstallTitlesFinish"}, 33 {0x081B00C2, nullptr, "InstallTitlesFinish"},
33}; 34};