mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Report blocks as true for pcap
This commit is contained in:
parent
869bdb727a
commit
f1f888bd11
|
@ -337,7 +337,7 @@ PCAPAdapter::PCAPAdapter()
|
|||
}
|
||||
bool PCAPAdapter::blocks()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
bool PCAPAdapter::isInitialised()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue