summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am_net.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-07-29 17:37:05 +0200
committerLioncash <mathew1800@gmail.com>2015-07-29 17:37:09 +0200
commitbed3618480d70d925abfa91818bde736a27a433f (patch)
tree964afc3eb50c62e6b2692f6f10de53a210992a69 /src/core/hle/service/am/am_net.cpp
parentMerge pull request #1007 from lioncash/pc (diff)
downloadyuzu-bed3618480d70d925abfa91818bde736a27a433f.tar
yuzu-bed3618480d70d925abfa91818bde736a27a433f.tar.gz
yuzu-bed3618480d70d925abfa91818bde736a27a433f.tar.bz2
yuzu-bed3618480d70d925abfa91818bde736a27a433f.tar.lz
yuzu-bed3618480d70d925abfa91818bde736a27a433f.tar.xz
yuzu-bed3618480d70d925abfa91818bde736a27a433f.tar.zst
yuzu-bed3618480d70d925abfa91818bde736a27a433f.zip
Diffstat (limited to 'src/core/hle/service/am/am_net.cpp')
-rw-r--r--src/core/hle/service/am/am_net.cpp2
1 files changed, 1 insertions, 1 deletions
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"},
};