diff --git a/Core/HLE/sceKernelModule.cpp b/Core/HLE/sceKernelModule.cpp index 2e8083ea04..3624d5f523 100644 --- a/Core/HLE/sceKernelModule.cpp +++ b/Core/HLE/sceKernelModule.cpp @@ -756,14 +756,14 @@ void sceKernelFindModuleByName() } u32 sceKernelLoadModuleByID(u32 id, u32 flags, u32 lmoptionPtr) { - ERROR_LOG(HLE,"UNIMPL (%008x=sceKernelLoadModuleById(%08x, %08x)",id,id,lmoptionPtr); + ERROR_LOG(HLE,"UNIMPL %008x=sceKernelLoadModuleById(%08x, %08x)",id,id,lmoptionPtr); // Apparenty, ID is a sceIo File UID. So this shouldn't be too hard when needed. return id; } -int ModuleMgrForUser_0xfef27dc1() +u32 sceKernelLoadModuleDNAS(const char *name, u32 flags) { - ERROR_LOG(HLE,"UNIMPL 0=ModuleMgrForUser_0xfef27dc1()"); + ERROR_LOG(HLE,"UNIMPL 0=sceKernelLoadModuleDNAS()"); return 0; } @@ -782,7 +782,7 @@ const HLEFunction ModuleMgrForUser[] = {0xd8b73127,&WrapU_U, "sceKernelGetModuleIdByAddress"}, {0xf0a26395,&sceKernelGetModuleId, "sceKernelGetModuleId"}, {0x8f2df740,0,"sceKernelStopUnloadSelfModuleWithStatus"}, - {0xfef27dc1,WrapI_V , "ModuleMgrForUser_0xfef27dc1"}, + {0xfef27dc1,&WrapU_CU , "sceKernelLoadModuleDNAS"}, };