From d38c620f901f103c2b38383ceca3ea7dcb68176d Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 20 Feb 2021 19:03:10 -0800 Subject: [PATCH] Module: Block a few network modules already HLE'd. --- Core/HLE/sceKernelModule.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index 728c188167..1dace884e2 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -114,9 +114,14 @@ static const char * const blacklistedModules[] = { "sceNetInet_Library", "sceNetResolver_Library", "sceNet_Library", + "sceNetAdhoc_Library", + "sceNetAdhocAuth_Service", + "sceNetAdhocctl_Library", + "sceNetIfhandle_Service", "sceSsl_Module", "sceDEFLATE_Library", "sceMD5_Library", + "sceMemab", }; struct WriteVarSymbolState;