Skip to content

Commit

Permalink
DEV9: Make internal servers protected
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and refractionpcsx2 committed Mar 27, 2022
1 parent 1aaadd6 commit cb0e629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pcsx2/DEV9/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ class NetAdapter
bool internalRxHasData = false;

bool dhcpOn = false;

protected:
InternalServers::DHCP_Server dhcpServer = InternalServers::DHCP_Server([&] { InternalSignalReceived(); });
InternalServers::DNS_Logger dnsLogger;
InternalServers::DNS_Server dnsServer = InternalServers::DNS_Server([&] { InternalSignalReceived(); });
Expand Down

0 comments on commit cb0e629

Please sign in to comment.