mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Replace pcap not supported messagebox with console log
This commit is contained in:
parent
bae445d9d2
commit
5cdb6dcb12
|
@ -352,7 +352,7 @@ PCAPAdapter::PCAPAdapter()
|
|||
SysMessage("Can't open Device '%s'\n", config.Eth);
|
||||
}
|
||||
#else
|
||||
SysMessage("pcap not supported on windows\n");
|
||||
Console.Error("pcap not supported on windows\n");
|
||||
#endif
|
||||
}
|
||||
bool PCAPAdapter::blocks()
|
||||
|
|
Loading…
Reference in New Issue