Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code style in WII_IPC_HLE_Device_net.h/.cpp. #590

Merged
merged 1 commit into from Jul 9, 2014

Conversation

RachelBryk
Copy link
Member

No description provided.

@@ -402,8 +405,7 @@ bool CWII_IPC_HLE_Device_net_ncd_manage::IOCtlV(u32 _CommandAddress)
case IOCTLV_NCD_GETLINKSTATUS:
INFO_LOG(WII_IPC_NET, "NET_NCD_MANAGE: IOCTLV_NCD_GETLINKSTATUS");
// Always connected
Memory::Write_U32(netcfg_connection_t::LINK_WIRED,
CommandBuffer.PayloadBuffer.at(0).m_Address + 4);
Memory::Write_U32(netcfg_connection_t::LINK_WIRED,CommandBuffer.PayloadBuffer.at(0).m_Address + 4);

This comment was marked as off-topic.

@delroth
Copy link
Member

delroth commented Jul 9, 2014

@RachelBryk: This comment grants you the permission to merge this pull request whenever you think it is ready. After addressing the remaining comments, click this link to merge.


@dolphin-emu-bot allowmerge

@@ -177,8 +177,6 @@ class NWC24Config

void ResetConfig()

This comment was marked as off-topic.

This comment was marked as off-topic.

@lioncash
Copy link
Member

lioncash commented Jul 9, 2014

Looks good to me

dolphin-emu-bot added a commit that referenced this pull request Jul 9, 2014
Fix code style in WII_IPC_HLE_Device_net.h/.cpp.
@dolphin-emu-bot dolphin-emu-bot merged commit 058f907 into dolphin-emu:master Jul 9, 2014
@RachelBryk RachelBryk deleted the style branch September 22, 2014 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants