mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
IOS/ES: Fix logging type for dumping unknown ioctlvs
This commit is contained in:
parent
7fa14169e9
commit
dd8b0e3c3f
@ -442,7 +442,7 @@ IPCCommandResult ES::IOCtlV(const IOCtlVRequest& request)
|
|||||||
case IOCTL_ES_DIGETTICKETVIEW:
|
case IOCTL_ES_DIGETTICKETVIEW:
|
||||||
return DIGetTicketView(request);
|
return DIGetTicketView(request);
|
||||||
default:
|
default:
|
||||||
request.DumpUnknown(GetDeviceName(), LogTypes::IOS);
|
request.DumpUnknown(GetDeviceName(), LogTypes::IOS_ES);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user