mirror of
https://github.com/libretro/ppsspp.git
synced 2025-03-04 06:28:03 +00:00
Fix wrong logging.
This commit is contained in:
parent
0bfe9db9ab
commit
6e56e33625
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user