mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
In Windows, if BBA can't connect to any TUNTAP device then throw a panicalert, not just an error log.
This commit is contained in:
@ -193,7 +193,7 @@ bool CEXIETHERNET::Activate()
|
|||||||
}
|
}
|
||||||
if (mHAdapter == INVALID_HANDLE_VALUE)
|
if (mHAdapter == INVALID_HANDLE_VALUE)
|
||||||
{
|
{
|
||||||
ERROR_LOG(SP1, "Failed to open any TAP");
|
PanicAlert("Failed to open any TAP");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user