Merge pull request #12574 from sepalani/exi-exit

EXI: Don't kill Dolphin when receiving BBA_IOB
This commit is contained in:
Mai 2024-02-11 20:32:33 -05:00 committed by GitHub
commit aa66842172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -143,9 +143,7 @@ void CEXIETHERNET::ImmWrite(u32 data, u32 size)
if (transfer.address == BBA_IOB && transfer.region == transfer.MX)
{
ERROR_LOG_FMT(SP1,
"Usage of BBA_IOB indicates that the rx packet descriptor has been corrupted. "
"Killing Dolphin...");
std::exit(0);
"Usage of BBA_IOB indicates that the rx packet descriptor has been corrupted.");
}
// transfer has been setup