From 72d4eb4d06276da9d443598ebaa3a7535adb1541 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Mon, 28 Jan 2013 02:16:22 -0800 Subject: [PATCH] Blacklist the sceMpeg module, won't do good things... --- Core/HLE/sceKernelModule.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index 290d03aab8..e782d85603 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -71,6 +71,7 @@ static const char *blacklistedModules[] = { "sceNetApctl_Library", "sceNetInet_Library", "sceNet_Library", + "sceMpeg_library", }; struct NativeModule {