mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Clear the correct SR bit
This commit is contained in:
parent
7abeaae19d
commit
e85f293356
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue