mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 12:15:19 +02:00
And possibly #12571
This commit is contained in:
@@ -93,6 +93,7 @@ static const char * const lieAboutSuccessModules[] = {
|
||||
"disc0:/PSP_GAME/SYSDIR/UPDATE/EBOOT.BIN",
|
||||
};
|
||||
|
||||
// Modules to not load. TODO: Look into loosening this a little (say sceFont).
|
||||
static const char * const blacklistedModules[] = {
|
||||
"sceATRAC3plus_Library",
|
||||
"sceFont_Library",
|
||||
@@ -109,6 +110,8 @@ static const char * const blacklistedModules[] = {
|
||||
"sceNetResolver_Library",
|
||||
"sceNet_Library",
|
||||
"sceSsl_Module",
|
||||
"sceDEFLATE_Library",
|
||||
"sceMD5_Library",
|
||||
};
|
||||
|
||||
struct VarSymbolImport {
|
||||
|
||||
Reference in New Issue
Block a user