mirror of https://github.com/PCSX2/pcsx2.git
DEV9: Fix DNS Internal mode acting as Auto mode
This commit is contained in:
parent
9bcf4d2571
commit
304f260cff
|
@ -106,7 +106,7 @@ namespace InternalServers
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
AutoDNS(adapter, EmuConfig.DEV9.ModeDNS1 != Pcsx2Config::DEV9Options::DnsMode::Manual, EmuConfig.DEV9.ModeDNS2 != Pcsx2Config::DEV9Options::DnsMode::Manual);
|
AutoDNS(adapter, EmuConfig.DEV9.ModeDNS1 == Pcsx2Config::DEV9Options::DnsMode::Auto, EmuConfig.DEV9.ModeDNS2 == Pcsx2Config::DEV9Options::DnsMode::Auto);
|
||||||
AutoBroadcast(ps2IP, netmask);
|
AutoBroadcast(ps2IP, netmask);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue