From 6a3735356545f3c098c629649eb107191070d93b Mon Sep 17 00:00:00 2001 From: TheLastRar Date: Sat, 18 May 2024 20:49:18 +0100 Subject: [PATCH] DEV9: Always require MAC address with pcap We should be able to get the MAC address on all supported platforms --- pcsx2/DEV9/pcap_io.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcsx2/DEV9/pcap_io.cpp b/pcsx2/DEV9/pcap_io.cpp index 2a6d16f167..903872a7ae 100644 --- a/pcsx2/DEV9/pcap_io.cpp +++ b/pcsx2/DEV9/pcap_io.cpp @@ -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");