mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 05:29:13 -06:00
Config: Port remaining General settings to new config system.
This commit is contained in:
@ -191,7 +191,7 @@ void PCAPSSLCaptureLogger::LogIPv4(LogType log_type, const u8* data, u16 length,
|
||||
};
|
||||
|
||||
Common::EthernetHeader ethernet_header(0x800);
|
||||
auto mac = Common::StringToMacAddress(SConfig::GetInstance().m_WirelessMac);
|
||||
auto mac = Common::StringToMacAddress(Config::Get(Config::MAIN_WIRELESS_MAC));
|
||||
if (mac)
|
||||
{
|
||||
auto& mac_address =
|
||||
|
Reference in New Issue
Block a user