From f3efa3225d8567439d3fd5c17fff3b66eca0033e Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 2 Feb 2013 23:40:44 -0800 Subject: [PATCH] Blacklist some network modules unlikely to work. --- Core/HLE/sceKernelModule.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index b61cd9ff9f..d54f31c593 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -64,14 +64,16 @@ static const char *blacklistedModules[] = { "sceATRAC3plus_Library", "sceFont_Library", "SceFont_Library", + "SceHttp_Library", + "sceMpeg_library", "sceNetAdhocctl_Library", "sceNetAdhocDownload_Library", "sceNetAdhocMatching_Library", "sceNetAdhoc_Library", "sceNetApctl_Library", "sceNetInet_Library", + "sceNetResolver_Library", "sceNet_Library", - "sceMpeg_library", }; struct NativeModule {