DEV9: Replace pcap not supported messagebox with console log

This commit is contained in:
TheLastRar 2021-01-05 20:23:59 +00:00 committed by refractionpcsx2
parent bae445d9d2
commit 5cdb6dcb12
1 changed files with 1 additions and 1 deletions

View File

@ -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()