From 7ea1926aa7492e5b3d285f7c725afa56fb30e8d6 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Mon, 4 Feb 2013 00:54:50 +0100 Subject: [PATCH] Blacklist the ssl library too --- 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 {