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

Randomise the mac address and store it in the config. #113

Merged
merged 1 commit into from Feb 28, 2014

Conversation

Parlane
Copy link
Member

@Parlane Parlane commented Feb 27, 2014

This stops error 20115 when trying to go online.

@@ -304,6 +304,49 @@ s32 CWII_IPC_HLE_Device_net_kd_request::NWC24MakeUserID(u64* nwc24_id, u32 holly
return WC24_OK;
}

void GetMacAddress(u8 address[6])

This comment was marked as off-topic.

This comment was marked as off-topic.

@Parlane Parlane closed this Feb 27, 2014
@Parlane Parlane reopened this Feb 27, 2014
@@ -304,6 +305,59 @@ s32 CWII_IPC_HLE_Device_net_kd_request::NWC24MakeUserID(u64* nwc24_id, u32 holly
return WC24_OK;
}

std::string MacAddressToString(u8* mac)
{
return StringFromFormat("%" PRIx8 ":%" PRIx8 ":%" PRIx8 ":%" PRIx8 ":%" PRIx8 ":%" PRIx8,

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@Parlane Parlane closed this Feb 27, 2014
@Parlane Parlane reopened this Feb 28, 2014
@@ -3,6 +3,8 @@
// Refer to the license.txt file included.

#include <cstdio>
#include <cstdlib>
#include <cinttypes>

This comment was marked as off-topic.

This stops error 20115 when trying to go online.
delroth added a commit that referenced this pull request Feb 28, 2014
Randomise the mac address and store it in the config.
@delroth delroth merged commit ea34ae0 into dolphin-emu:master Feb 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants