diff --git a/src/core/devices/gc_device.cpp b/src/core/devices/gc_device.cpp index 3f4079fa9..684f414b1 100644 --- a/src/core/devices/gc_device.cpp +++ b/src/core/devices/gc_device.cpp @@ -12,7 +12,7 @@ std::shared_ptr 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; }