mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
fix regression
This commit is contained in:
parent
f412227cd5
commit
35d573fd79
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue