mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-04 07:56:15 +00:00
Merge pull request #577 from unknownbrackets/module-blacklist
Blacklist some network modules unlikely to work
This commit is contained in:
commit
50a9a0010a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user