mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Add message in pcap GetMACAddress() for unsupported OS
This commit is contained in:
parent
f1f888bd11
commit
1221b5c271
|
@ -135,6 +135,8 @@ int GetMACAddress(char* adapter, mac_address* addr)
|
||||||
SysMessage("Could not get MAC address for adapter: %s", adapter);
|
SysMessage("Could not get MAC address for adapter: %s", adapter);
|
||||||
}
|
}
|
||||||
close(fd);
|
close(fd);
|
||||||
|
#else
|
||||||
|
SysMessage("Could not get MAC address for adapter, OS not supported");
|
||||||
#endif
|
#endif
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue