mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +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);
|
||||
exceptions &= ~(1 << i);
|
||||
r.sr &= ~SR_EXT_INT_ENABLE;
|
||||
r.sr &= ~SR_EXT_INT_ENABLE_2;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue