From 912e53323d0be1ed2825667db4f722845e2e6932 Mon Sep 17 00:00:00 2001 From: polaris- Date: Sun, 22 Nov 2015 09:27:46 -0500 Subject: Add Initialize and GenerateRandomData stubs --- src/core/hle/service/ssl_c.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/hle/service') diff --git a/src/core/hle/service/ssl_c.cpp b/src/core/hle/service/ssl_c.cpp index e634276fc..04ab194e6 100644 --- a/src/core/hle/service/ssl_c.cpp +++ b/src/core/hle/service/ssl_c.cpp @@ -11,8 +11,10 @@ namespace SSL_C { const Interface::FunctionInfo FunctionTable[] = { + {0x00010002, nullptr, "Initialize"}, {0x000200C2, nullptr, "CreateContext"}, {0x00050082, nullptr, "AddTrustedRootCA"}, + {0x00110042, nullptr, "GenerateRandomData"}, {0x00150082, nullptr, "Read"}, {0x00170082, nullptr, "Write"}, }; -- cgit v1.2.3