diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index b61cd9ff9..d54f31c59 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 {