DEV9: Report blocks as true for pcap

This commit is contained in:
TheLastRar 2021-03-06 20:48:36 +00:00 committed by lightningterror
parent 869bdb727a
commit f1f888bd11
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ PCAPAdapter::PCAPAdapter()
}
bool PCAPAdapter::blocks()
{
return false;
return true;
}
bool PCAPAdapter::isInitialised()
{