mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
http_c: Update function table
Updated based off information from 3dbrew.
This commit is contained in:
parent
65d94857c3
commit
c4bcd5c4ac
@ -55,6 +55,10 @@ const Interface::FunctionInfo FunctionTable[] = {
|
|||||||
{0x002E0040, nullptr, "DestroyRootCertChain"},
|
{0x002E0040, nullptr, "DestroyRootCertChain"},
|
||||||
{0x002F0082, nullptr, "RootCertChainAddCert"},
|
{0x002F0082, nullptr, "RootCertChainAddCert"},
|
||||||
{0x00300080, nullptr, "RootCertChainAddDefaultCert"},
|
{0x00300080, nullptr, "RootCertChainAddDefaultCert"},
|
||||||
|
{0x00310080, nullptr, "RootCertChainRemoveCert"},
|
||||||
|
{0x00320084, nullptr, "OpenClientCertContext"},
|
||||||
|
{0x00330040, nullptr, "OpenDefaultClientCertContext"},
|
||||||
|
{0x00340040, nullptr, "CloseClientCertContext"},
|
||||||
{0x00350186, nullptr, "SetDefaultProxy"},
|
{0x00350186, nullptr, "SetDefaultProxy"},
|
||||||
{0x00360000, nullptr, "ClearDNSCache"},
|
{0x00360000, nullptr, "ClearDNSCache"},
|
||||||
{0x00370080, nullptr, "SetKeepAlive"},
|
{0x00370080, nullptr, "SetKeepAlive"},
|
||||||
|
Loading…
Reference in New Issue
Block a user