mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-13 05:40:46 +00:00
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);
|
||||
}
|
||||
close(fd);
|
||||
#else
|
||||
SysMessage("Could not get MAC address for adapter, OS not supported");
|
||||
#endif
|
||||
return retval;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user