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 {