Blacklist some network modules unlikely to work.

This commit is contained in:
Unknown W. Brackets 2013-02-02 23:40:44 -08:00
parent 9173da65f7
commit f3efa3225d

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 {