mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
dummy ksernelMunmap (allows we are doomed to progress further)
This commit is contained in:
parent
ad6724eeba
commit
806781a110
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue