Clear the correct SR bit

This commit is contained in:
Pokechu22 2023-01-23 18:56:11 -08:00
commit e85f293356

View file

@ -225,7 +225,7 @@ bool SDSP::CheckExceptions()
pc = static_cast<u16>(i * 2); pc = static_cast<u16>(i * 2);
exceptions &= ~(1 << i); exceptions &= ~(1 << i);
r.sr &= ~SR_EXT_INT_ENABLE; r.sr &= ~SR_EXT_INT_ENABLE_2;
return true; return true;
} }
else else