From 74a95f57dea1dc00b5c707cc37ae51625ff62447 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sun, 3 Feb 2013 15:40:45 -0800 Subject: [PATCH] Blacklist the sceSsl module as well. --- Core/HLE/sceKernelModule.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index 4290b1e554..294b789a52 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -75,6 +75,7 @@ static const char *blacklistedModules[] = { "sceNetInet_Library", "sceNetResolver_Library", "sceNet_Library", + "sceSsl_Module", }; struct NativeModule {