mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Logs unimplemented syscalls as error
This commit is contained in:
parent
3bb83f03bd
commit
ee3d97a70d
@ -45,12 +45,12 @@ static u32 sceHprmIsRemoteExist() {
|
||||
}
|
||||
|
||||
static u32 sceHprmRegisterCallback() {
|
||||
DEBUG_LOG(HLE, "sceHprmRegisterCallback()");
|
||||
ERROR_LOG(HLE, "UNIMPL %s", __FUNCTION__);
|
||||
return 0;
|
||||
}
|
||||
|
||||
static u32 sceHprmUnregisterCallback() {
|
||||
DEBUG_LOG(HLE, "sceHprmUnregisterCallback()");
|
||||
ERROR_LOG(HLE, "UNIMPL %s", __FUNCTION__);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user