Disable Ethernet support if loading adapter fails.

This commit is contained in:
TheLastRar 2015-11-17 18:30:42 +00:00
parent 11e67c9db0
commit 4a24b434ce
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ s32 _DEV9open()
if (!na)
{
emu_printf("Failed to GetNetAdapter()\n");
config.ethEnable = false;
}
else
{