mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
MMU: Remove erroneous continue statement
The updated behavior more closely emulates the functionality of physical hardware.
This commit is contained in:
parent
e7282f4244
commit
11dd5ba485
1 changed files with 0 additions and 1 deletions
|
@ -1546,7 +1546,6 @@ void MMU::UpdateBATs(BatTable& bat_table, u32 base_spr)
|
||||||
// (input & ~BL_mask) == BEPI. For now, assume it's
|
// (input & ~BL_mask) == BEPI. For now, assume it's
|
||||||
// implemented this way for invalid BATs as well.
|
// implemented this way for invalid BATs as well.
|
||||||
WARN_LOG_FMT(POWERPC, "Bad BAT setup: BEPI overlaps BL");
|
WARN_LOG_FMT(POWERPC, "Bad BAT setup: BEPI overlaps BL");
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
if ((batl.BRPN & batu.BL) != 0)
|
if ((batl.BRPN & batu.BL) != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue