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:
TheLastRar 2024-05-18 20:49:18 +01:00 committed by lightningterror
parent bf50bad287
commit 6a37353565
1 changed files with 0 additions and 2 deletions

View File

@ -75,8 +75,6 @@ PCAPAdapter::PCAPAdapter()
SetMACAddress(&newMAC); SetMACAddress(&newMAC);
} }
else if (switched)
Console.Error("DEV9: Failed to get MAC address for adapter, proceeding with hardcoded MAC address");
else else
{ {
Console.Error("DEV9: Failed to get MAC address for adapter"); Console.Error("DEV9: Failed to get MAC address for adapter");