summaryrefslogtreecommitdiffstats
path: root/src/core/hle
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-08 05:33:35 +0100
committerLioncash <mathew1800@gmail.com>2016-12-08 06:56:47 +0100
commitc4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe (patch)
tree22f17fa02e24831415e6d7cbfbad39941168448b /src/core/hle
parentgsp_lcd: Update function table (diff)
downloadyuzu-c4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe.tar
yuzu-c4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe.tar.gz
yuzu-c4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe.tar.bz2
yuzu-c4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe.tar.lz
yuzu-c4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe.tar.xz
yuzu-c4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe.tar.zst
yuzu-c4bcd5c4ac32d6f0f9829960ab2856feb3b19dfe.zip
Diffstat (limited to 'src/core/hle')
-rw-r--r--src/core/hle/service/http_c.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/http_c.cpp b/src/core/hle/service/http_c.cpp
index 3cf62a4b8..65c7babe5 100644
--- a/src/core/hle/service/http_c.cpp
+++ b/src/core/hle/service/http_c.cpp
@@ -55,6 +55,10 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x002E0040, nullptr, "DestroyRootCertChain"},
{0x002F0082, nullptr, "RootCertChainAddCert"},
{0x00300080, nullptr, "RootCertChainAddDefaultCert"},
+ {0x00310080, nullptr, "RootCertChainRemoveCert"},
+ {0x00320084, nullptr, "OpenClientCertContext"},
+ {0x00330040, nullptr, "OpenDefaultClientCertContext"},
+ {0x00340040, nullptr, "CloseClientCertContext"},
{0x00350186, nullptr, "SetDefaultProxy"},
{0x00360000, nullptr, "ClearDNSCache"},
{0x00370080, nullptr, "SetKeepAlive"},