dummy ksernelMunmap (allows we are doomed to progress further)

This commit is contained in:
georgemoralis 2024-05-05 12:59:26 +03:00
parent ad6724eeba
commit 806781a110
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ static PS4_SYSV_ABI void stack_chk_fail() {
}
int PS4_SYSV_ABI sceKernelMunmap(void* addr, size_t len) {
UNREACHABLE();
LOG_ERROR(Kernel_Vmm ,"(DUMMY) called");
return SCE_OK;
}
void PS4_SYSV_ABI sceKernelUsleep(unsigned int microseconds) {