Fix wrong logging.

This commit is contained in:
shenweip 2013-12-12 13:16:08 +08:00
parent 0bfe9db9ab
commit 6e56e33625

View File

@ -55,7 +55,7 @@ int sceNpAuth_4EC1F667()
int sceNpAuth_A1DE86F8(u32 poolSize, u32 stackSize, u32 threadPrio)
{
ERROR_LOG(HLE, "UNIMPL sceNpAuth_4EC1F667(%08x, %08x, %08x)",poolSize, stackSize, threadPrio);
ERROR_LOG(HLE, "UNIMPL sceNpAuth_A1DE86F8(%08x, %08x, %08x)",poolSize, stackSize, threadPrio);
return 0;
}
@ -78,7 +78,7 @@ int sceNpService_00ACFAC3()
int sceNpService_0F8F5821(u32 poolSize, u32 stackSize, u32 threadPrio)
{
ERROR_LOG(HLE, "UNIMPL sceNpAuth_4EC1F667(%08x, %08x, %08x)",poolSize, stackSize, threadPrio);
ERROR_LOG(HLE, "UNIMPL sceNpService_0F8F5821(%08x, %08x, %08x)",poolSize, stackSize, threadPrio);
return 0;
}