mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
EXI: Don't kill Dolphin when receiving BBA_IOB
According to @Kirbymimi it doesn't crash on real hardware. Testing was done by sending many UDP packets to an unbound port.
This commit is contained in:
@ -143,9 +143,7 @@ void CEXIETHERNET::ImmWrite(u32 data, u32 size)
|
|||||||
if (transfer.address == BBA_IOB && transfer.region == transfer.MX)
|
if (transfer.address == BBA_IOB && transfer.region == transfer.MX)
|
||||||
{
|
{
|
||||||
ERROR_LOG_FMT(SP1,
|
ERROR_LOG_FMT(SP1,
|
||||||
"Usage of BBA_IOB indicates that the rx packet descriptor has been corrupted. "
|
"Usage of BBA_IOB indicates that the rx packet descriptor has been corrupted.");
|
||||||
"Killing Dolphin...");
|
|
||||||
std::exit(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// transfer has been setup
|
// transfer has been setup
|
||||||
|
Reference in New Issue
Block a user