mirror of
https://github.com/wiiu-env/MochaPayload.git
synced 2024-11-22 07:59:16 +01:00
ios_mcp: Remove unused IPC_CUSTOM_META_XML_READ implementation
This commit is contained in:
parent
ce578d9d0f
commit
93fe800c94
@ -252,15 +252,6 @@ int _MCP_ioctl100_patch(ipcmessage *msg) {
|
||||
skipPPCSetup = true;
|
||||
break;
|
||||
}
|
||||
case IPC_CUSTOM_META_XML_READ: {
|
||||
if (msg->ioctl.length_io >= sizeof(ACPMetaXml)) {
|
||||
DEBUG_FUNCTION_LINE("IPC_CUSTOM_META_XML_READ\n");
|
||||
ACPMetaXml *app_ptr = (ACPMetaXml *) msg->ioctl.buffer_io;
|
||||
strncpy(app_ptr->longname_en, rpxpath, 256 - 1);
|
||||
strncpy(app_ptr->shortname_en, rpxpath, 256 - 1);
|
||||
}
|
||||
break;
|
||||
}
|
||||
case IPC_CUSTOM_LOAD_CUSTOM_RPX: {
|
||||
DEBUG_FUNCTION_LINE("IPC_CUSTOM_LOAD_CUSTOM_RPX\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user