mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 14:53:18 +00:00
Log ioctls
This commit is contained in:
parent
8b5b34fdba
commit
f3a3df90e2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ std::shared_ptr<BaseDevice> GcDevice::Create(u32 handle, const char*, int, u16)
|
|||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue