mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 00:40:00 +00: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:
parent
53df78d372
commit
272dcb8756
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user