mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[rpcsx-os] stub /dev/mbus and /dev/notification*
This commit is contained in:
parent
4762166cc4
commit
9865be85af
7 changed files with 98 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue