mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Log the return value.
This commit is contained in:
@@ -2422,7 +2422,7 @@ u32 sceKernelFindModuleByUID(u32 uid)
|
||||
ERROR_LOG(SCEMODULE, "0 = sceKernelFindModuleByUID(%d): Module Not Found or Fake", uid);
|
||||
return 0;
|
||||
}
|
||||
INFO_LOG(SCEMODULE, "sceKernelFindModuleByUID(%d)", uid);
|
||||
INFO_LOG(SCEMODULE, "%d = sceKernelFindModuleByUID(%d)", module->modulePtr, uid);
|
||||
return module->modulePtr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user