DEV9: remove unneeded error message

This commit is contained in:
GovanifY 2020-10-31 17:09:47 +01:00 committed by refractionpcsx2
parent 667ccfad76
commit 86e6745f21
1 changed files with 0 additions and 2 deletions

View File

@ -263,8 +263,6 @@ TAPAdapter::TAPAdapter()
if (config.ethEnable == 0)
return;
htap = TAPOpen(config.Eth);
if (htap == INVALID_HANDLE_VALUE)
SysMessage("Can't open Device '%s'\n", config.Eth);
read.Offset = 0;
read.OffsetHigh = 0;