mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 11:15:20 +02:00
Update log information - menthion we try __KernelLoadExec
This commit is contained in:
@@ -1487,7 +1487,7 @@ u32 sceKernelLoadModule(const char *name, u32 flags, u32 optionAddr)
|
||||
|
||||
// Module was blacklisted or couldn't be decrypted, which means it's a kernel module.
|
||||
// Let's just act as if it worked.
|
||||
NOTICE_LOG(LOADER, "Module %s is blacklisted or undecryptable - we lie about success", name);
|
||||
NOTICE_LOG(LOADER, "Module %s is blacklisted or undecryptable - we try __KernelLoadExec", name);
|
||||
return __KernelLoadExec(name, 0, &error_string);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user