mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
Log ioctls
This commit is contained in:
parent
8b5b34fdba
commit
f3a3df90e2
@ -12,7 +12,7 @@ std::shared_ptr<BaseDevice> GcDevice::Create(u32 handle, const char*, int, u16)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int GcDevice::ioctl(u64 cmd, Common::VaCtx* args) {
|
int GcDevice::ioctl(u64 cmd, Common::VaCtx* args) {
|
||||||
LOG_ERROR(Kernel_Pthread, "(STUBBED) called");
|
LOG_ERROR(Kernel_Pthread, "(STUBBED) cmd = {:#x} called", cmd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user