mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-06 09:35:53 +00:00
IOS/ES: Fix logging type for dumping unknown ioctlvs
This commit is contained in:
parent
7fa14169e9
commit
dd8b0e3c3f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue