mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
hopefully get the compiler to shut up
This commit is contained in:
@ -163,7 +163,7 @@ void DSi_NWifi::Reset()
|
||||
|
||||
const Firmware* fw = NDS::SPI->GetFirmware();
|
||||
|
||||
MacAddress mac = fw->GetHeader().MacAddress;
|
||||
MacAddress mac = fw->GetHeader().MacAddr;
|
||||
Log(LogLevel::Info, "NWifi MAC: %02X:%02X:%02X:%02X:%02X:%02X\n",
|
||||
mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);
|
||||
|
||||
|
Reference in New Issue
Block a user