mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Minor cleanups in elfreader
This commit is contained in:
@@ -1678,6 +1678,7 @@ int sceKernelLoadExec(const char *filename, u32 paramPtr)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static u32 sceKernelLoadModule(const char *name, u32 flags, u32 optionAddr) {
|
||||
if (!name) {
|
||||
return hleLogError(LOADER, SCE_KERNEL_ERROR_ILLEGAL_ADDR, "bad filename");
|
||||
|
||||
Reference in New Issue
Block a user