mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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)
|
||||
{
|
||||
ERROR_LOG(SP1, "Failed to open any TAP");
|
||||
PanicAlert("Failed to open any TAP");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user