mirror of https://github.com/PCSX2/pcsx2.git
Disable Ethernet support if loading adapter fails.
This commit is contained in:
parent
11e67c9db0
commit
4a24b434ce
|
@ -204,6 +204,7 @@ s32 _DEV9open()
|
||||||
if (!na)
|
if (!na)
|
||||||
{
|
{
|
||||||
emu_printf("Failed to GetNetAdapter()\n");
|
emu_printf("Failed to GetNetAdapter()\n");
|
||||||
|
config.ethEnable = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue