mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Always require MAC address with pcap
We should be able to get the MAC address on all supported platforms
This commit is contained in:
parent
bf50bad287
commit
6a37353565
|
@ -75,8 +75,6 @@ PCAPAdapter::PCAPAdapter()
|
|||
|
||||
SetMACAddress(&newMAC);
|
||||
}
|
||||
else if (switched)
|
||||
Console.Error("DEV9: Failed to get MAC address for adapter, proceeding with hardcoded MAC address");
|
||||
else
|
||||
{
|
||||
Console.Error("DEV9: Failed to get MAC address for adapter");
|
||||
|
|
Loading…
Reference in New Issue