Refactor Mupen Movies

This commit is contained in:
SimoneN64
2024-05-10 21:05:23 +02:00
committed by Simone
parent e940b6731a
commit 423647d69a
12 changed files with 205 additions and 184 deletions

View File

@@ -254,7 +254,7 @@ void FireException(Registers& regs, ExceptionCode code, int cop, s64 pc) {
bool old_exl = regs.cop0.status.exl;
if(!regs.cop0.status.exl) {
if(regs.cop0.cause.branchDelay = regs.prevDelaySlot) {
if((regs.cop0.cause.branchDelay = regs.prevDelaySlot)) {
pc -= 4;
}