mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 03:28:31 +03:00
Config: Port remaining General settings to new config system.
This commit is contained in:
parent
8dd803bf2b
commit
d590aa88a4
10 changed files with 102 additions and 113 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue