diff options
author | Lioncash <mathew1800@gmail.com> | 2015-07-29 17:37:55 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-07-29 17:37:55 +0200 |
commit | 6b25e93119938bdc5b61cfd6e3025370fc4faed1 (patch) | |
tree | 77abbb52c1ac94d1e994e51fddb1e91f90c4e2f7 /src/core/hle/service | |
parent | am_net: Add correct function name to the function table (diff) | |
download | yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar.gz yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar.bz2 yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar.lz yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar.xz yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.tar.zst yuzu-6b25e93119938bdc5b61cfd6e3025370fc4faed1.zip |
Diffstat (limited to 'src/core/hle/service')
-rw-r--r-- | src/core/hle/service/am/am_net.cpp | 1 |
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[] = { {0x08130000, nullptr, "GetTotalContents"}, {0x08140042, nullptr, "GetContentIndexes"}, {0x08150044, nullptr, "GetContentsInfo"}, + {0x08180042, nullptr, "GetCTCert"}, {0x08190108, nullptr, "SetCertificates"}, {0x081B00C2, nullptr, "InstallTitlesFinish"}, }; |