mirror of https://github.com/PCSX2/pcsx2.git
DEV9: remove unneeded error message
This commit is contained in:
parent
667ccfad76
commit
86e6745f21
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue