[rpcsx-os] stub /dev/mbus and /dev/notification*

This commit is contained in:
DH 2023-10-30 22:03:38 +03:00
parent 4762166cc4
commit 9865be85af
7 changed files with 98 additions and 4 deletions

View file

@ -415,7 +415,7 @@ static std::string ioctlToString(unsigned long arg) {
orbis::SysResult orbis::sys_ioctl(Thread *thread, sint fd, ulong com,
caddr_t data) {
auto str = ioctlToString(com);
ORBIS_LOG_WARNING(__FUNCTION__, fd, com, str);
// ORBIS_LOG_WARNING(__FUNCTION__, fd, com, str);
Ref<File> file = thread->tproc->fileDescriptors.get(fd);
if (file == nullptr) {
return ErrorCode::BADF;