fix regression
This commit is contained in:
parent
f412227cd5
commit
35d573fd79
|
@ -276,7 +276,14 @@ bool CWII_IPC_HLE_Device_net_ncd_manage::IOCtlV(u32 _CommandAddress)
|
||||||
|
|
||||||
Memory::Write_U32(common_result,
|
Memory::Write_U32(common_result,
|
||||||
CommandBuffer.PayloadBuffer.at(common_vector).m_Address);
|
CommandBuffer.PayloadBuffer.at(common_vector).m_Address);
|
||||||
|
if (common_vector == 1)
|
||||||
|
{
|
||||||
|
Memory::Write_U32(common_result,
|
||||||
|
CommandBuffer.PayloadBuffer.at(common_vector).m_Address + 4);
|
||||||
|
}
|
||||||
|
|
||||||
Memory::Write_U32(return_value, _CommandAddress + 4);
|
Memory::Write_U32(return_value, _CommandAddress + 4);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue