Merge pull request #577 from unknownbrackets/module-blacklist

Blacklist some network modules unlikely to work
This commit is contained in:
Henrik Rydgård 2013-02-02 23:46:47 -08:00
commit 50a9a0010a

View File

@ -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 {