[rpcsx-os] fork: implement vm and vfs fork

stub metadbg device
implement notification device
implement sys_pipe
This commit is contained in:
DH 2023-10-31 21:28:40 +03:00
parent 39092c7f16
commit 525ef02e8a
22 changed files with 379 additions and 76 deletions

View file

@ -156,8 +156,8 @@ static orbis::ErrorCode dmem_ioctl(orbis::File *file, std::uint64_t request,
}
}
thread->where();
ORBIS_LOG_FATAL("Unhandled dmem ioctl", device->index, request);
thread->where();
return {};
}