Skip to content

Commit

Permalink
DEV9: Report blocks as true for pcap
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and lightningterror committed May 10, 2021
1 parent 869bdb7 commit f1f888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/DEV9/pcap_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ PCAPAdapter::PCAPAdapter()
}
bool PCAPAdapter::blocks()
{
return false;
return true;
}
bool PCAPAdapter::isInitialised()
{
Expand Down

0 comments on commit f1f888b

Please sign in to comment.